From f829cebc9bb7eb569b1aea0f750de4002674fef9 Mon Sep 17 00:00:00 2001 From: job Date: Fri, 3 Feb 2023 13:10:57 +0000 Subject: [PATCH] Add ASPA to Looking Glass OK claudio@ --- usr.bin/bgplg/bgplg.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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, \ -- 2.20.1