]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd, zebra: Flags should be 0 for unregister
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 14 Nov 2017 00:06:26 +0000 (19:06 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 14 Nov 2017 00:06:26 +0000 (19:06 -0500)
commitf49e0f01ba10f04b5e6aa3e62583a918ae9963a6
tree3e73adfa2fa0a490fb2b4b5fc754d2776ccb5cb3
parente0b84ba1f6864ae8fea691c13d9d4b80b85960f2
bgpd, zebra: Flags should be 0 for unregister

The flags value is not used for unregister events.  Let's purposefully
not send anything and purposefully not accept non 0 for it.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_nht.c
zebra/zserv.c