diff options
Diffstat (limited to 'src/scanner.l')
-rw-r--r-- | src/scanner.l | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/scanner.l b/src/scanner.l index 601ea3c1..8aab38f9 100644 --- a/src/scanner.l +++ b/src/scanner.l @@ -261,6 +261,9 @@ addrstring ({macaddr}|{ip4addr}|{ip6addr}) "export" { return EXPORT; } "monitor" { return MONITOR; } +"new" { return NEW; } +"destroy" { return DESTROY; } + "position" { return POSITION; } "comment" { return COMMENT; } |