diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | src/read_config_lex.l | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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] |