diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-07-24 09:08:58 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-07-24 09:08:58 -0300 |
commit | 04794cb2ce8c4f68c51c987a17c22686bce948e1 (patch) | |
tree | 06f3f8e4b965c64de3c786cbc6a24437d719b085 /config/openbgpd | |
parent | 882482f4194ddf95b845ce8ac2f788046a533150 (diff) | |
download | pfsense-packages-04794cb2ce8c4f68c51c987a17c22686bce948e1.tar.gz pfsense-packages-04794cb2ce8c4f68c51c987a17c22686bce948e1.tar.bz2 pfsense-packages-04794cb2ce8c4f68c51c987a17c22686bce948e1.zip |
Remove header of routing command
Diffstat (limited to 'config/openbgpd')
-rw-r--r-- | config/openbgpd/openbgpd_status.php | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |