From 04794cb2ce8c4f68c51c987a17c22686bce948e1 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 24 Jul 2013 09:08:58 -0300 Subject: Remove header of routing command --- config/openbgpd/openbgpd_status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/openbgpd') diff --git a/config/openbgpd/openbgpd_status.php b/config/openbgpd/openbgpd_status.php index 994d357d..360b19a5 100644 --- a/config/openbgpd/openbgpd_status.php +++ b/config/openbgpd/openbgpd_status.php @@ -34,7 +34,7 @@ $commands = array(); defCmdT("summary", "OpenBGPD Summary", "bgpctl show summary"); defCmdT("interfaces", "OpenBGPD Interfaces", "bgpctl show interfaces"); -defCmdT("routing", "OpenBGPD Routing", "bgpctl show rib"); +defCmdT("routing", "OpenBGPD Routing", "bgpctl show rib | sed '1,4d'"); defCmdT("forwarding", "OpenBGPD Forwarding", "bgpctl show fib"); defCmdT("network", "OpenBGPD Network", "bgpctl show network"); defCmdT("nexthops", "OpenBGPD Nexthops", "bgpctl show nexthop"); -- cgit v1.2.3