diff options
| -rw-r--r-- | doc/user/routemap.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/user/routemap.rst b/doc/user/routemap.rst index 3d43e74744..18a261d940 100644 --- a/doc/user/routemap.rst +++ b/doc/user/routemap.rst @@ -185,9 +185,11 @@ Route Map Match Command Matches the specified `local-preference`. -.. clicmd:: match community COMMUNITY_LIST +.. clicmd:: match community COMMUNITY_LIST [<exact-match|any>] - Matches the specified `community_list` + Matches the specified `community_list`. ``exact-match`` specifies to + do the exact matching of the communities, while ``any`` - can match any + community specified in COMMUNITY_LIST. .. clicmd:: match peer IPV4_ADDR |
