summaryrefslogtreecommitdiffstats
path: root/src/scanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/scanner.l')
-rw-r--r--src/scanner.l3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/scanner.l b/src/scanner.l
index f96944e9..6f83aa11 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -426,6 +426,9 @@ addrstring ({macaddr}|{ip4addr}|{ip6addr})
"gateway" { return GATEWAY; }
"mtu" { return MTU; }
+"igmp" { return IGMP; }
+"mrt" { return MRT; }
+
"ip6" { return IP6; }
"priority" { return PRIORITY; }
"flowlabel" { return FLOWLABEL; }