diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-07-23 21:22:35 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-07-23 21:22:35 -0300 |
commit | 507085cad59921b7975d0a1b228248486bdc9cfb (patch) | |
tree | 80aeb8946475bcaba76b9fc6f2ca1b5ae112d368 /config/openbgpd | |
parent | 64cb1e1f8848076c1a03fa80f8ec97de596d4c90 (diff) | |
download | pfsense-packages-507085cad59921b7975d0a1b228248486bdc9cfb.tar.gz pfsense-packages-507085cad59921b7975d0a1b228248486bdc9cfb.tar.bz2 pfsense-packages-507085cad59921b7975d0a1b228248486bdc9cfb.zip |
Remove duplicate command
Diffstat (limited to 'config/openbgpd')
-rw-r--r-- | config/openbgpd/openbgpd_status.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/openbgpd/openbgpd_status.php b/config/openbgpd/openbgpd_status.php index d4c6faff..1cbcc842 100644 --- a/config/openbgpd/openbgpd_status.php +++ b/config/openbgpd/openbgpd_status.php @@ -122,7 +122,6 @@ defCmdT("OpenBGPD Interfaces","bgpctl show interfaces"); defCmdT("OpenBGPD Routing","bgpctl show rib"); defCmdT("OpenBGPD Forwarding","bgpctl show fib"); defCmdT("OpenBGPD Network","bgpctl show network"); -defCmdT("OpenBGPD Network","bgpctl show network"); defCmdT("OpenBGPD Nexthops","bgpctl show nexthop"); defCmdT("OpenBGPD IP","bgpctl show ip bgp"); defCmdT("OpenBGPD Neighbors","bgpctl show neighbor"); |