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

Changed definition of stub area.

This commit is contained in:
Ondrej Filip
2001-08-11 16:22:29 +00:00
parent 85062e8a60
commit b2bdb40656
2 changed files with 6 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ ospf_area_opts:
;
ospf_area_item:
STUB bool { this_area->stub = $2 ; }
STUB COST expr { this_area->stub = $3 ; if($3<=0) cf_error("Stub cost must be greater than zero"); }
| TICK expr { this_area->tick = $2 ; if($2<=0) cf_error("Tick must be greater than zero"); }
| INTERFACE ospf_iface_list
;