diff options
author | Peter Hessler <phessler@cvs.openbsd.org> | 2017-08-09 19:15:19 +0000 |
---|---|---|
committer | Peter Hessler <phessler@cvs.openbsd.org> | 2017-08-09 19:15:19 +0000 |
commit | 51aaa8af993900c005ce0bdd17deb5e4f1d68e4e (patch) | |
tree | 2634e8fc4a43ed82580d760be9c203adf549245a /usr.bin | |
parent | bdcc3cc714ca1e98360a2cb4a8ccbc72f3e4523a (diff) |
let the looking glass look at the details for a specific AS
diff from Denis Fondras, thanks!
OK benno@, phessler@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/bgplg/bgplg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/bgplg/bgplg.h b/usr.bin/bgplg/bgplg.h index e2c734576e6..a33d32a561b 100644 --- a/usr.bin/bgplg/bgplg.h +++ b/usr.bin/bgplg/bgplg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgplg.h,v 1.10 2013/06/01 18:47:55 reyk Exp $ */ +/* $OpenBSD: bgplg.h,v 1.11 2017/08/09 19:15:18 phessler Exp $ */ /* * Copyright (c) 2005, 2006 Reyk Floeter <reyk@openbsd.org> @@ -51,6 +51,8 @@ struct cmd { { BGPCTL, "show", "ip", "bgp", "summary", NULL } }, \ { "show ip bgp detail", 1, 1, "<prefix>", \ { BGPCTL, "show","ip", "bgp", "detail", NULL } }, \ + { "show ip bgp detail as", 1, 1, "<prefix>", \ + { BGPCTL, "show","ip", "bgp", "detail", "as", NULL } }, \ { "show ip bgp in", 1, 1, "<prefix>", \ { BGPCTL, "show","ip", "bgp", "in", NULL } }, \ { "show ip bgp out", 1, 1, "<prefix>", \ |