Eric Leblond wrote: > diff --git a/doc/mysql-ulogd2.sql b/doc/mysql-ulogd2.sql > index 304173b..6368dc7 100644 > --- a/doc/mysql-ulogd2.sql > +++ b/doc/mysql-ulogd2.sql > @@ -297,8 +297,8 @@ DROP VIEW IF EXISTS `conntrack`; > 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, What do we gain with this renaming? -- "Los honestos son inadaptados sociales" -- Les Luthiers -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html