]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: fix config of vrf static routes
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 21 Mar 2018 20:47:46 +0000 (16:47 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 21 Mar 2018 20:47:46 +0000 (16:47 -0400)
commitb88689f2a77007007246df5c4265ceca9bdf4fd2
tree7a364c9a186ffc19336f36494e16f5b125840123
parentc6323200a7ea111fadfc9035841f8165f319c3ca
zebra: fix config of vrf static routes

This patch fixes two bugs with respect to static route configuration
inside vrf contexts:

* Entering a negative form of a static route created the static route.
* Once created, static routes could not be deleted.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
zebra/zebra_vty.c