]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Correct /32 addr del with broadcast set 4812/head
authorJuergen Werner <pogojotz@gmx.net>
Tue, 13 Aug 2019 14:29:09 +0000 (16:29 +0200)
committerJuergen Werner <juergen@opensourcerouting.org>
Sun, 18 Aug 2019 16:59:45 +0000 (18:59 +0200)
commitfd267f0808faa24176994ed6d27c095971abdc19
tree72dba4affd913f8bf21645f4a501530ebfad25f2
parent0f3af7386e70d8c88453ad1a4252d116240b1416
zebra: Correct /32 addr del with broadcast set

Since we are now away from the dual use of the destination field, there
is no need to single out /32 addresses as broadcast. This was bugged
anyway, since the same /32 criteria was used for IPv6 addresses as well,
when `connected_check_ptp` is called in `connected_delete_ipv6`.

Fixes: 3053
Signed-off-by: Juergen Werner <juergen@opensourcerouting.org>
zebra/connected.c
zebra/if_netlink.c