summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/mysql-ulogd2.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mysql-ulogd2.sql b/doc/mysql-ulogd2.sql
index bb31339..ed8d982 100644
--- a/doc/mysql-ulogd2.sql
+++ b/doc/mysql-ulogd2.sql
@@ -283,8 +283,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,