From 4e42f67bcd09fdc3d17cb22aa03f0e35d907fe44 Mon Sep 17 00:00:00 2001 From: pessoles Date: Thu, 1 Sep 2005 01:56:51 +0200 Subject: [PATCH] Je fatigue (oubli de nomme la table flood) darcs-hash:20050831235651-6d78a-6f25c64d8a82ceb1bc7c6981be425627fd02e28c.gz --- surveillance/filtrage.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surveillance/filtrage.sql b/surveillance/filtrage.sql index e7846aff..41c52e2e 100644 --- a/surveillance/filtrage.sql +++ b/surveillance/filtrage.sql @@ -34,7 +34,7 @@ CREATE TABLE virus ( CONSTRAINT virus_protocole FOREIGN KEY (id) REFERENCES protocole (id)); -- Table Flood : date | source | destinataire | protocole | port source | port dest -CREATE TABLE virus ( +CREATE TABLE flood ( date timestamp NOT NULL, ip_src inet NOT NULL, ip_dest inet NOT NULL,