1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Route limits can be disabled - this makes sense for protocol templates

This commit is contained in:
Ondrej Filip
2013-02-10 19:06:56 +01:00
parent 155134f396
commit 0bc3542ab6
2 changed files with 7 additions and 6 deletions

View File

@@ -216,6 +216,7 @@ limit_spec:
l->action = $2;
$$ = l;
}
| OFF { $$ = 0; }
;
rtable: