diff options
Diffstat (limited to 'nest/config.Y')
-rw-r--r-- | nest/config.Y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/config.Y b/nest/config.Y index e46b5fb5..75728e0d 100644 --- a/nest/config.Y +++ b/nest/config.Y @@ -216,6 +216,7 @@ limit_spec: l->action = $2; $$ = l; } + | OFF { $$ = 0; } ; rtable: |