mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 09:52:27 +00:00
zebra: Fix whitespace issue with if statement
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
bf995813b2
commit
9db2da6c59
@ -899,8 +899,8 @@ DEFUN (show_mpls_fec,
|
|||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
zvrf = vrf_info_lookup(VRF_DEFAULT);
|
zvrf = vrf_info_lookup(VRF_DEFAULT);
|
||||||
if (!zvrf)
|
if (!zvrf)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
if (argc == 3)
|
if (argc == 3)
|
||||||
zebra_mpls_print_fec_table(vty, zvrf);
|
zebra_mpls_print_fec_table(vty, zvrf);
|
||||||
|
Loading…
Reference in New Issue
Block a user