diff options
author | vishaldhingra <vdhingra@vmware.com> | 2018-10-11 19:49:34 +0200 |
---|---|---|
committer | vishaldhingra <vdhingra@vmware.com> | 2018-10-11 19:49:34 +0200 |
commit | 7cf16e19c5f3829c6d68cd80cbb490e2fe189694 (patch) | |
tree | bb6dbf23cba2bfdc6c95712a91193320205d710e /zebra/zebra_vty.c | |
parent | zebra: vrf aware routmap is missing in Zebra #2802(Part 3 of 4) (diff) | |
download | frr-7cf16e19c5f3829c6d68cd80cbb490e2fe189694.tar.xz frr-7cf16e19c5f3829c6d68cd80cbb490e2fe189694.zip |
zebra: vrf aware routmap is missing in Zebra #2802(Part 4 of 4)
The new cli for show output
Signed-off-by: vishaldhingra vdhingra@vmware.com
Diffstat (limited to 'zebra/zebra_vty.c')
-rw-r--r-- | zebra/zebra_vty.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c index 7a34ab9f5..fdedb30f8 100644 --- a/zebra/zebra_vty.c +++ b/zebra/zebra_vty.c @@ -2374,9 +2374,6 @@ static int config_write_protocol(struct vty *vty) == MCAST_MIX_DISTANCE ? "lower-distance" : "longer-prefix"); - - zebra_routemap_config_write_protocol(vty); - return 1; } |