From: job Date: Fri, 3 Feb 2023 13:10:57 +0000 (+0000) Subject: Add ASPA to Looking Glass X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f829cebc9bb7eb569b1aea0f750de4002674fef9;p=openbsd Add ASPA to Looking Glass OK claudio@ --- diff --git a/usr.bin/bgplg/bgplg.h b/usr.bin/bgplg/bgplg.h index 13fadc8d6ab..be89e1e9211 100644 --- a/usr.bin/bgplg/bgplg.h +++ b/usr.bin/bgplg/bgplg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgplg.h,v 1.16 2018/10/24 13:18:52 denis Exp $ */ +/* $OpenBSD: bgplg.h,v 1.17 2023/02/03 13:10:57 job Exp $ */ /* * Copyright (c) 2005, 2006 Reyk Floeter @@ -69,6 +69,8 @@ struct cmd { { 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, \