summaryrefslogtreecommitdiff
path: root/nest/config.Y
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2013-02-10 19:06:56 +0100
committerOndrej Filip <feela@network.cz>2013-02-10 19:06:56 +0100
commit0bc3542ab6e0a96342e35ead8ff1c52f980facc2 (patch)
treeb2998e5302443e378f6230b8b832c2d89ad444b0 /nest/config.Y
parent155134f3960bc06a18c8c7d9a97181b786d77a3a (diff)
Route limits can be disabled - this makes sense for protocol templates
Diffstat (limited to 'nest/config.Y')
-rw-r--r--nest/config.Y1
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: