=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bgplg/bgplg.h,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/usr.bin/bgplg/bgplg.h 2018/10/24 13:18:52 1.16 --- src/usr.bin/bgplg/bgplg.h 2023/02/03 13:10:57 1.17 *************** *** 1,4 **** ! /* $OpenBSD: bgplg.h,v 1.16 2018/10/24 13:18:52 denis Exp $ */ /* * Copyright (c) 2005, 2006 Reyk Floeter --- 1,4 ---- ! /* $OpenBSD: bgplg.h,v 1.17 2023/02/03 13:10:57 job Exp $ */ /* * Copyright (c) 2005, 2006 Reyk Floeter *************** *** 69,74 **** --- 69,76 ---- { BGPCTL, "show","ip", "bgp", "out", "neighbor", NULL } }, \ { "show ip bgp ovs", 1, 1, "<state>", \ { BGPCTL, "show","ip", "bgp", "ovs", NULL } }, \ + { "show ip bgp avs", 1, 1, "<state>", \ + { BGPCTL, "show","ip", "bgp", "avs", NULL } }, \ { "show ip bgp memory", 0, 0, NULL, \ { BGPCTL, "show", "ip", "bgp", "memory", NULL } }, \ { "show neighbor", 0, 1, NULL, \