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:
@@ -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
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user