Very ancient bug in (B)DR election, I didn't fill correctly my own IP.

This commit is contained in:
Ondrej Filip 2000-05-31 12:52:12 +00:00
parent a7a3a0a383
commit e0bbb7b7ef

View file

@ -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);