version 1.1.1.1, 2017/08/22 12:33:54
|
version 1.1.1.2, 2021/03/17 19:50:23
|
Line 283 ospf_receive_hello(struct ospf_packet *pkt, struct osp
|
Line 283 ospf_receive_hello(struct ospf_packet *pkt, struct osp
|
if (!ipa_equal(faddr, n->ip)) |
if (!ipa_equal(faddr, n->ip)) |
{ |
{ |
OSPF_TRACE(D_EVENTS, "Neighbor %R on %s changed IP address to %I", |
OSPF_TRACE(D_EVENTS, "Neighbor %R on %s changed IP address to %I", |
n->rid, ifa->ifname, n->ip, faddr); | n->rid, ifa->ifname, faddr); |
n->ip = faddr; |
n->ip = faddr; |
} |
} |
} |
} |