From ff8f74b68eb23ee9401f48dfd34a02085666054c Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Wed, 24 Aug 2022 08:59:25 +0300 Subject: [PATCH] doc: Define `internet` BGP community Overall, rfc1997 states: The community attribute values ranging from 0x0000000 through 0x0000FFFF and 0xFFFF0000 through 0xFFFFFFFF are hereby reserved. But we have a special handling here, like Cisco IOS XR. Signed-off-by: Donatas Abraitis --- doc/user/bgp.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index e31bfe7bfa..e6c4076300 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -2490,6 +2490,9 @@ Extended Community Lists there is no matched entry, deny will be returned. When `extcommunity` is empty it matches to any routes. + A special handling for ``internet`` community is applied. It matches + any community. + .. clicmd:: bgp extcommunity-list expanded NAME permit|deny LINE This command defines a new expanded extcommunity-list. `line` is a string