=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bgplg/bgplg.h,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/bgplg/bgplg.h 2010/04/02 21:20:49 1.6 --- src/usr.bin/bgplg/bgplg.h 2011/07/04 18:11:53 1.7 *************** *** 1,4 **** ! /* $OpenBSD: bgplg.h,v 1.6 2010/04/02 21:20:49 sthen Exp $ */ /* * Copyright (c) 2005, 2006 Reyk Floeter --- 1,4 ---- ! /* $OpenBSD: bgplg.h,v 1.7 2011/07/04 18:11:53 claudio Exp $ */ /* * Copyright (c) 2005, 2006 Reyk Floeter *************** *** 43,48 **** --- 43,50 ---- { 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 peer-as", 1, 1, "<asnum>", \ + { BGPCTL, "show", "ip", "bgp", "peer-as", NULL } }, \ { "show ip bgp empty-as", 0, 0, NULL, \ { BGPCTL, "show", "ip", "bgp", "empty-as", NULL } }, \ { "show ip bgp summary", 0, 0, NULL, \