]> git.proxmox.com Git - mirror_frr.git/commit - zebra/if_netlink.c
zebra: include dest addr when deleting p2p from interface
authorMark Stapp <mjs@voltanet.io>
Mon, 1 Jun 2020 12:59:06 +0000 (08:59 -0400)
committerMark Stapp <mjs@voltanet.io>
Mon, 1 Jun 2020 12:59:06 +0000 (08:59 -0400)
commit20e879f90c1286c590850edc3306fb09792547e3
tree1a358e82f450db4b7807db7fd9200e07f0fa49a0
parent276b698a43050393a2f73c24e254581b37cf7bbf
zebra: include dest addr when deleting p2p from interface

When deleting a p2p address from an interface, include
the destination address. Without this, we don't find the
internal connected datastruct and process the delete
correctly on netlink OSes.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
zebra/if_netlink.c