[netfilter-cvslog] r7454 - branches/ulog/ulogd2/doc

pablo at netfilter.org pablo at netfilter.org
Wed Apr 9 15:55:11 CEST 2008


Author: pablo at netfilter.org
Date: 2008-04-09 15:55:11 +0200 (Wed, 09 Apr 2008)
New Revision: 7454

Modified:
   branches/ulog/ulogd2/doc/mysql-ulogd2.sql
Log:
Fix an inconsistency of field naming among the different tables and
accross the stack NFCT IP2BIN MYSQL.In fact IP2BIN out .bin suffixed
fields.

Signed-off-by: Eric Leblond <eric at inl.fr>


Modified: branches/ulog/ulogd2/doc/mysql-ulogd2.sql
===================================================================
--- branches/ulog/ulogd2/doc/mysql-ulogd2.sql	2008-04-09 13:53:45 UTC (rev 7453)
+++ branches/ulog/ulogd2/doc/mysql-ulogd2.sql	2008-04-09 13:55:11 UTC (rev 7454)
@@ -283,8 +283,8 @@
 CREATE SQL SECURITY INVOKER VIEW `conntrack` AS
 	SELECT _ct_id,
 	       oob_family,
-	       orig_ip_saddr AS orig_ip_saddr_raw,
-	       orig_ip_daddr AS orig_ip_daddr_raw,
+	       orig_ip_saddr AS orig_ip_saddr_bin,
+	       orig_ip_daddr AS orig_ip_daddr_bin,
 	       orig_ip_protocol,
 	       orig_l4_sport,
 	       orig_l4_dport,




More information about the netfilter-cvslog mailing list