mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Fixes another bug in OSPFv3 vlinks.
This commit is contained in:
@@ -232,6 +232,7 @@ ospf_start(struct proto *p)
|
||||
struct ospf_area_config *ac;
|
||||
|
||||
po->router_id = proto_get_router_id(p->cf);
|
||||
po->last_vlink_id = 0x80000000;
|
||||
po->rfc1583 = c->rfc1583;
|
||||
po->ebit = 0;
|
||||
po->ecmp = c->ecmp;
|
||||
|
Reference in New Issue
Block a user