diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-04-21 21:50:38 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-04-21 21:50:38 +0200 |
commit | 3b89a2327ba385abf2a8321a5a900faba3765612 (patch) | |
tree | 8faa004b1a9fb23a65a51c4cdd44b7012af1f5e7 /proto/ospf/config.Y | |
parent | 607d991424006c083be63878b6a606e76679e1ce (diff) | |
download | bird-3b89a2327ba385abf2a8321a5a900faba3765612.tar bird-3b89a2327ba385abf2a8321a5a900faba3765612.zip |
Fixes several problems in OSPF vlink implementation.
Diffstat (limited to 'proto/ospf/config.Y')
-rw-r--r-- | proto/ospf/config.Y | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/config.Y b/proto/ospf/config.Y index da7c97e..2196af7 100644 --- a/proto/ospf/config.Y +++ b/proto/ospf/config.Y @@ -164,7 +164,6 @@ ospf_vlink_start: VIRTUAL LINK idval add_tail(&this_area->vlink_list, NODE this_ipatt); init_list(&this_ipatt->ipn_list); OSPF_PATT->vid = $3; - OSPF_PATT->cost = COST_D; OSPF_PATT->helloint = HELLOINT_D; OSPF_PATT->rxmtint = RXMTINT_D; OSPF_PATT->inftransdelay = INFTRANSDELAY_D; |