From d6d156c2c062b83f173963e5d93f904898d3e93a Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Fri, 11 Jan 2008 01:48:36 +0000 Subject: add support for tagged vlan interfaces in the config file, e.g. eth0.1 --- ChangeLog | 1 + src/read_config_lex.l | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8634c1e..805f307 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,6 +34,7 @@ o daemonize conntrackd after initialization o rename class `buffer' to `queue' which is what it really implements o fix logfiles permissions, do not default to umask o wake up the daemon iff there are real events to handle instead of polling +o add support for tagged vlan interfaces in the config file, e.g. eth0.1 version 0.9.5 (2007/07/29) ------------------------------ diff --git a/src/read_config_lex.l b/src/read_config_lex.l index 0acd98c..6211fee 100644 --- a/src/read_config_lex.l +++ b/src/read_config_lex.l @@ -42,7 +42,7 @@ ip6_part {hex_255}":"? ip6_form1 {ip6_part}{0,16}"::"{ip6_part}{0,16} ip6_form2 ({hex_255}":"){16}{hex_255} ip6 {ip6_form1}|{ip6_form2} -string [a-zA-Z][a-zA-Z0-9]* +string [a-zA-Z][a-zA-Z0-9\.]* persistent [P|p][E|e][R|r][S|s][I|i][S|s][T|t][E|e][N|n][T|T] nack [N|n][A|a][C|c][K|k] alarm [A|a][L|l][A|a][R|r][M|m] -- cgit v1.2.3