=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bgplg/bgplg.h,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/bgplg/bgplg.h 2013/06/01 18:47:55 1.10 --- src/usr.bin/bgplg/bgplg.h 2017/08/09 19:15:18 1.11 *************** *** 1,4 **** ! /* $OpenBSD: bgplg.h,v 1.10 2013/06/01 18:47:55 reyk Exp $ */ /* * Copyright (c) 2005, 2006 Reyk Floeter --- 1,4 ---- ! /* $OpenBSD: bgplg.h,v 1.11 2017/08/09 19:15:18 phessler Exp $ */ /* * Copyright (c) 2005, 2006 Reyk Floeter *************** *** 51,56 **** --- 51,58 ---- { 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>", \