From 9b6fddd415e180238123b0b7475ab0136690d95c Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 11 May 2020 08:46:34 -0400 Subject: [PATCH] doc: Fix doc to reflect reality on the ground Signed-off-by: Donald Sharp --- doc/user/bgp.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index cb343e8dad..c056b39889 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -3041,8 +3041,8 @@ certainly contains silly mistakes, if not serious flaws. ip prefix-list pl-peer2-network permit 192.168.2.0/24 ip prefix-list pl-peer2-network permit 172.16.1/24 ! - ip as-path access-list asp-own-as permit ^$ - ip as-path access-list asp-own-as permit _64512_ + bgp as-path access-list asp-own-as permit ^$ + bgp as-path access-list asp-own-as permit _64512_ ! ! ################################################################# ! Match communities we provide actions for, on routes receives from -- 2.39.5