summaryrefslogtreecommitdiffstats
path: root/doc/mysql-ulogd2-flat.sql
diff options
context:
space:
mode:
authorBob Hockney <zeus@ix.netcom.com>2012-12-19 12:51:16 -0700
committerEric Leblond <eric@regit.org>2012-12-19 23:47:57 +0100
commit09c01f9e3d37417a5b0ceca6e907b3ae36ab62e1 (patch)
treeb403b2c161a78e0ce068344b8731346802481586 /doc/mysql-ulogd2-flat.sql
parentf191fc8d431c52de17ff1ab7d5d807a14b51e945 (diff)
Add additional ip6 header fields to database scripts
Rename internal keyname ip6.payload_len to remove "_" to facilitate this.
Diffstat (limited to 'doc/mysql-ulogd2-flat.sql')
-rw-r--r--doc/mysql-ulogd2-flat.sql12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/mysql-ulogd2-flat.sql b/doc/mysql-ulogd2-flat.sql
index acac6aa..d71608c 100644
--- a/doc/mysql-ulogd2-flat.sql
+++ b/doc/mysql-ulogd2-flat.sql
@@ -42,6 +42,12 @@ CREATE TABLE `ulog2` (
`ip_csum` smallint(5) unsigned default NULL,
`ip_id` smallint(5) unsigned default NULL,
`ip_fragoff` smallint(5) unsigned default NULL,
+ `ip6_payloadlen` smallint(5) unsigned default NULL,
+ `ip6_priority` tinyint(3) unsigned default NULL,
+ `ip6_hoplimit` tinyint(3) unsigned default NULL,
+ `ip6_flowlabel` int(10) default NULL,
+ `ip6_fragoff` smallint(5) default NULL,
+ `ip6_fragid` int(10) unsigned default NULL,
`raw_label` tinyint(3) unsigned default NULL,
`mac_saddr_str` varchar(32) default NULL,
`mac_daddr_str` varchar(32) default NULL,
@@ -146,6 +152,12 @@ CREATE SQL SECURITY INVOKER VIEW `ulog` AS
ip_csum,
ip_id,
ip_fragoff,
+ ip6_payloadlen,
+ ip6_priority,
+ ip6_hoplimit,
+ ip6_flowlabel,
+ ip6_fragoff,
+ ip6_fragid,
tcp_sport,
tcp_dport,
tcp_seq,