aboutsummaryrefslogtreecommitdiff
path: root/cftoken.l
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2007-02-12 07:50:36 +0000
committerBjørn Mork <bjorn@mork.no>2010-08-06 15:37:36 +0200
commited914217eab56d7f17b1ff868aa61def00011a7e (patch)
treea62f0952e9412b304a61f0b2b2660ad0b031890e /cftoken.l
parent2e5789d99ed2a9e026dda9c5efd45e3f1e18bf38 (diff)
accepts interface names, such as eth0.100(Linux VLAN interface) or foobar (named by "ifconfig name" command).
Bug-ID: 1644637
Diffstat (limited to 'cftoken.l')
-rw-r--r--cftoken.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/cftoken.l b/cftoken.l
index 763594d..ece7fbb 100644
--- a/cftoken.l
+++ b/cftoken.l
@@ -104,7 +104,7 @@ hexdigit [0-9A-Fa-f]
hexpair {hexdigit}{hexdigit}
hexstring 0[xX]{hexpair}+
duid {hexpair}(:{hexpair})*
-ifname [a-zA-Z]+[0-9]+
+ifname {string}
slash \/
bcl \{
ecl \}