diff options
Diffstat (limited to 'trafgen_lexer.l')
-rw-r--r-- | trafgen_lexer.l | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/trafgen_lexer.l b/trafgen_lexer.l index 3eda22a..87db504 100644 --- a/trafgen_lexer.l +++ b/trafgen_lexer.l @@ -163,7 +163,6 @@ ip6_addr (({a_hex}?:)?({a_hex}?:)?({a_hex}?:)?({a_hex}?:)?({a_hex}?:)?({a_hex}?: "hl"|"hoplimit" { return K_HOP_LIMIT; } /* ICMPv6 */ -"mtype" { return K_MTYPE; } "code" { return K_CODE; } "echorequest" { return K_ECHO_REQUEST; } "echoreply" { return K_ECHO_REPLY; } |