diff options
| -rw-r--r-- | zebra/zebra_vty.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c index 31064e55aa..d866e5ede4 100644 --- a/zebra/zebra_vty.c +++ b/zebra/zebra_vty.c @@ -3970,6 +3970,7 @@ DEFUN (show_zebra, { struct vrf *vrf; + vty_out(vty, "OS: %s(%s)\n", cmd_system_get(), cmd_release_get()); vty_out(vty, "ip forwarding is %sturned on\n", ipforward() ? "" : "not "); vty_out(vty, "ipv6 fowarding is %sturned on\n", |
