diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-08-24 08:59:25 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-08-24 08:59:25 +0300 |
| commit | ff8f74b68eb23ee9401f48dfd34a02085666054c (patch) | |
| tree | 323f33ab6f2a2e7e1abf823a8f302be001e386e9 | |
| parent | b6dbdee5adf801a2f8088a8ba974c354b1bc3777 (diff) | |
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>
| -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 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 |
