mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 13:33:15 +00:00
zebra: Add MPLS status to show zebra
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
9783de6faf
commit
1a97e35eb8
@ -3975,6 +3975,8 @@ DEFUN (show_zebra,
|
|||||||
vty_out(vty, "ipv6 fowarding is %sturned on\n",
|
vty_out(vty, "ipv6 fowarding is %sturned on\n",
|
||||||
ipforward_ipv6() ? "" : "not ");
|
ipforward_ipv6() ? "" : "not ");
|
||||||
|
|
||||||
|
vty_out(vty, "MPLS is %senabled\n", mpls_enabled ? "" : "not ");
|
||||||
|
|
||||||
#ifdef GNU_LINUX
|
#ifdef GNU_LINUX
|
||||||
if (!vrf_is_backend_netns())
|
if (!vrf_is_backend_netns())
|
||||||
vty_out(vty, "VRF devices are available for usage\n");
|
vty_out(vty, "VRF devices are available for usage\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user