diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-12-25 00:02:26 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-12-25 00:02:26 +0000 |
commit | 015400dcfe210d7330358aa0c93c28090e6ce0be (patch) | |
tree | edf40d782f70021f8014554fe33cb545610a4d95 /usr.bin/bgplg | |
parent | 8766a604c1d1d194b32b8103a7441e25da89cc7a (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.h | 4 |
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, "<asnum>", \ { BGPCTL, "show", "ip", "bgp", "as", NULL } }, \ { "show ip bgp source-as", 1, 1, "<asnum>", \ - { BGPCTL, "show", "ip", "bgp", "as", NULL } }, \ + { BGPCTL, "show", "ip", "bgp", "source-as", NULL } }, \ { "show ip bgp transit-as", 1, 1, "<asnum>", \ { BGPCTL, "show", "ip", "bgp", "transit-as", NULL } }, \ { "show ip bgp empty-as", 0, 0, NULL, \ |