diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-08-24 07:59:25 +0200 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-08-24 07:59:25 +0200 |
commit | ff8f74b68eb23ee9401f48dfd34a02085666054c (patch) | |
tree | 323f33ab6f2a2e7e1abf823a8f302be001e386e9 /doc/user/bgp.rst | |
parent | Revert "bgpd: Drop `internet` community check from community_list_match()" (diff) | |
download | frr-ff8f74b68eb23ee9401f48dfd34a02085666054c.tar.xz frr-ff8f74b68eb23ee9401f48dfd34a02085666054c.zip |
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 <donatas@opensourcerouting.org>
Diffstat (limited to '')
-rw-r--r-- | doc/user/bgp.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index e31bfe7bf..e6c407630 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 |