From e60af7535039e4e47fcb7a108b16244dc1f835b9 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Tue, 16 Aug 2022 09:10:30 +0300 Subject: [PATCH] doc: Drop `deny` rules from BGP community-list example It's an invalid command, probably copy/paste error. Signed-off-by: Donatas Abraitis --- doc/user/bgp.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 86cd513b57..e31bfe7bfa 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -2334,11 +2334,8 @@ setting BGP communities attribute to the updates. exit-address-family ! bgp community-list 70 permit 7675:70 - bgp community-list 70 deny bgp community-list 80 permit 7675:80 - bgp community-list 80 deny bgp community-list 90 permit 7675:90 - bgp community-list 90 deny ! route-map RMAP permit 10 match community 70 -- 2.39.5