]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Allow deletions from arbitrary tables
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 21 Mar 2018 17:49:51 +0000 (13:49 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 21 Mar 2018 17:49:51 +0000 (13:49 -0400)
commit0528d946d51e7095d8c073d2f846717fe8803fc4
treeff1bee3527b6fa430c183fd0cc825a42165c7320
parent00e193da3293dc410093c1fc4245404d9ce5bcc7
zebra: Allow deletions from arbitrary tables

When a route_delete is received allow the deletion
to occur in the passed in tableid if the vrf is VRF_DEFAULT.

This now matches route_add behavior in rib_add_multipath

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