Skip to content

Commit

Permalink
zebra: Fix vrf output
Browse files Browse the repository at this point in the history
When you have individual 'ip route..' commands
under a VRF allow them to be displayed properly

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
  • Loading branch information
donaldsharp committed Mar 1, 2018
1 parent a8e31fc commit b295572
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zebra/zebra_vrf.c
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,6 @@ static int vrf_config_write(struct vty *vty)
is_l3vni_for_prefix_routes_only(zvrf->l3vni) ?
" prefix-routes-only" :"");
zebra_ns_config_write(vty, (struct ns *)vrf->ns_ctxt);
vty_out(vty, "!\n");
}

static_config(vty, zvrf, AFI_IP, SAFI_UNICAST, "ip route");
Expand Down

0 comments on commit b295572

Please sign in to comment.