Very ancient bug in (B)DR election, I didn't fill correctly my own IP.
This commit is contained in:
parent
a7a3a0a383
commit
e0bbb7b7ef
1 changed files with 1 additions and 0 deletions
|
@ -310,6 +310,7 @@ bdr_election(struct ospf_iface *ifa, struct proto *p)
|
|||
me.priority=ifa->priority;
|
||||
me.dr=ifa->drid;
|
||||
me.bdr=ifa->bdrid;
|
||||
me.ip=ifa->iface->addr->ip;
|
||||
|
||||
add_tail(&ifa->neigh_list, NODE &me);
|
||||
|
||||
|
|
Loading…
Reference in a new issue