=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bgplg/bgplg.h,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/bgplg/bgplg.h 2006/12/11 23:10:10 1.1 --- src/usr.bin/bgplg/bgplg.h 2006/12/25 00:02:25 1.2 *************** *** 1,4 **** ! /* $OpenBSD: bgplg.h,v 1.1 2006/12/11 23:10:10 reyk Exp $ */ /* * Copyright (c) 2005, 2006 Reyk Floeter --- 1,4 ---- ! /* $OpenBSD: bgplg.h,v 1.2 2006/12/25 00:02:25 claudio Exp $ */ /* * Copyright (c) 2005, 2006 Reyk Floeter *************** *** 40,46 **** { "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 } }, \ { "show ip bgp transit-as", 1, 1, "<asnum>", \ { BGPCTL, "show", "ip", "bgp", "transit-as", NULL } }, \ { "show ip bgp empty-as", 0, 0, NULL, \ --- 40,46 ---- { "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", "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, \