diff options
author | Ondrej Filip <feela@network.cz> | 2013-02-10 19:06:56 +0100 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2013-02-10 19:06:56 +0100 |
commit | 0bc3542ab6e0a96342e35ead8ff1c52f980facc2 (patch) | |
tree | b2998e5302443e378f6230b8b832c2d89ad444b0 /nest | |
parent | 155134f3960bc06a18c8c7d9a97181b786d77a3a (diff) |
Route limits can be disabled - this makes sense for protocol templates
Diffstat (limited to 'nest')
-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: |