summaryrefslogtreecommitdiff
path: root/usr.bin/bgplg
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2006-12-25 00:02:26 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2006-12-25 00:02:26 +0000
commit015400dcfe210d7330358aa0c93c28090e6ce0be (patch)
treeedf40d782f70021f8014554fe33cb545610a4d95 /usr.bin/bgplg
parent8766a604c1d1d194b32b8103a7441e25da89cc7a (diff)
"show ip bgp source-as" should issue a bgpctl show ip bgp source-as and not
just a show ip bgp as. OK reyk@
Diffstat (limited to 'usr.bin/bgplg')
-rw-r--r--usr.bin/bgplg/bgplg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/bgplg/bgplg.h b/usr.bin/bgplg/bgplg.h
index dd403cb28d2..16ac4e30471 100644
--- a/usr.bin/bgplg/bgplg.h
+++ b/usr.bin/bgplg/bgplg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgplg.h,v 1.1 2006/12/11 23:10:10 reyk Exp $ */
+/* $OpenBSD: bgplg.h,v 1.2 2006/12/25 00:02:25 claudio Exp $ */
/*
* Copyright (c) 2005, 2006 Reyk Floeter <reyk@vantronix.net>
@@ -40,7 +40,7 @@ struct cmd {
{ "show ip bgp as", 1, 1, "&lt;asnum&gt;", \
{ BGPCTL, "show", "ip", "bgp", "as", NULL } }, \
{ "show ip bgp source-as", 1, 1, "&lt;asnum&gt;", \
- { BGPCTL, "show", "ip", "bgp", "as", NULL } }, \
+ { BGPCTL, "show", "ip", "bgp", "source-as", NULL } }, \
{ "show ip bgp transit-as", 1, 1, "&lt;asnum&gt;", \
{ BGPCTL, "show", "ip", "bgp", "transit-as", NULL } }, \
{ "show ip bgp empty-as", 0, 0, NULL, \