mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 18:10:23 +00:00
zebra: Add ECMP supported to show zebra
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
89ee4bbb21
commit
04442fdbea
@ -3976,6 +3976,7 @@ DEFUN (show_zebra,
|
||||
|
||||
ttable_rowseps(table, 0, BOTTOM, true, '-');
|
||||
ttable_add_row(table, "OS|%s(%s)", cmd_system_get(), cmd_release_get());
|
||||
ttable_add_row(table, "ECMP Maximum|%d", zrouter.multipath_num);
|
||||
ttable_add_row(table, "v4 Forwarding|%s", ipforward() ? "On" : "Off");
|
||||
ttable_add_row(table, "v6 Forwarding|%s",
|
||||
ipforward_ipv6() ? "On" : "Off");
|
||||
|
Loading…
Reference in New Issue
Block a user