diff options
| -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 |
