mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 08:32:45 +00:00
zebra: Add ability to know when FRR is not asic offloaded
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
46b48b3302
commit
88fd4cb8ca
@ -3972,6 +3972,8 @@ DEFUN (show_zebra,
|
||||
|
||||
if (zrouter.asic_offloaded)
|
||||
vty_out(vty, "Asic Offload is being used\n");
|
||||
else
|
||||
vty_out(vty, "Asic offload is not being used\n");
|
||||
|
||||
vty_out(vty,
|
||||
" Route Route Neighbor LSP LSP\n");
|
||||
|
Loading…
Reference in New Issue
Block a user