mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 16:48:43 +00:00
Fixes broken vlinks in OSPF.
This commit is contained in:
parent
0f808c066f
commit
fd087589f8
@ -219,7 +219,7 @@ ospf_stubnet_item:
|
||||
|
||||
ospf_vlink:
|
||||
ospf_vlink_start '{' ospf_vlink_opts '}' { ospf_iface_finish(); }
|
||||
| ospf_vlink_start
|
||||
| ospf_vlink_start { ospf_iface_finish(); }
|
||||
;
|
||||
|
||||
ospf_vlink_opts:
|
||||
|
@ -570,6 +570,9 @@ ospf_iface_new(struct ospf_area *oa, struct ifa *addr, struct ospf_iface_patt *i
|
||||
{
|
||||
ifa->voa = ospf_find_area(oa->po, ip->voa);
|
||||
ifa->vid = ip->vid;
|
||||
|
||||
ifa->hello_timer = tm_new_set(ifa->pool, hello_timer_hook, ifa, 0, ifa->helloint);
|
||||
|
||||
return; /* Don't lock, don't add sockets */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user