]> git.puffer.fish Git - mirror/frr.git/commit
zebra: vni [prefix-routes-only] should also be provided for the 'no' cmd
authorMitesh Kanjariya <mitesh@marvel-07.cumulusnetworks.com>
Tue, 10 Apr 2018 08:37:21 +0000 (01:37 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 8 May 2018 23:24:15 +0000 (19:24 -0400)
commitcf29971433e0ef85af3d8002541da571bee951ea
treedde6b4958ce3121ed4e6a46ce92b1e7ff7911e33
parentf50dc5e6070383e803dc3441aedd5a435974c762
zebra: vni [prefix-routes-only] should also be provided for the 'no' cmd

We have a command to enable symmetric routing only for type-5 routes.
This command is provided under vrf <> option in zebra as follows:
vrf <VRF>
  vni <VNI> [prefix-routes-only]
We need the corresponding no version of the command as well as follows:
vrf <VRF>
  no vni <VNI> [prefix-routes-only]

Signed-off-by: Mitesh Kanjariya <mitesh@cumulusnetworks.com>
zebra/zebra_vty.c
zebra/zebra_vxlan.c