mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 23:11:21 +00:00
doc: inform user that expanded communities can not be used in set mode
Expanded communities can not be used in route-map set actions. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
parent
c9e3c7bfb2
commit
47f47873d6
@ -1268,7 +1268,8 @@ expanded
|
|||||||
This command defines a new expanded community list. ``COMMUNITY`` is a
|
This command defines a new expanded community list. ``COMMUNITY`` is a
|
||||||
string expression of communities attribute. ``COMMUNITY`` can be a regular
|
string expression of communities attribute. ``COMMUNITY`` can be a regular
|
||||||
expression (:ref:`bgp-regular-expressions`) to match the communities
|
expression (:ref:`bgp-regular-expressions`) to match the communities
|
||||||
attribute in BGP updates.
|
attribute in BGP updates. The expanded community is only used to filter,
|
||||||
|
not `set` actions.
|
||||||
|
|
||||||
.. deprecated:: 5.0
|
.. deprecated:: 5.0
|
||||||
It is recommended to use the more explicit versions of this command.
|
It is recommended to use the more explicit versions of this command.
|
||||||
@ -1366,6 +1367,8 @@ The ollowing commands can be used in route maps:
|
|||||||
If ``none`` is specified as the community value, the communities attribute
|
If ``none`` is specified as the community value, the communities attribute
|
||||||
is not sent.
|
is not sent.
|
||||||
|
|
||||||
|
It is not possible to set an expanded community list.
|
||||||
|
|
||||||
.. index:: set comm-list WORD delete
|
.. index:: set comm-list WORD delete
|
||||||
.. clicmd:: set comm-list WORD delete
|
.. clicmd:: set comm-list WORD delete
|
||||||
|
|
||||||
@ -1606,6 +1609,10 @@ BGP Extended Communities in Route Map
|
|||||||
|
|
||||||
This command set Site of Origin value.
|
This command set Site of Origin value.
|
||||||
|
|
||||||
|
|
||||||
|
Note that the extended expanded community is only used for `match` rule, not for
|
||||||
|
`set` actions.
|
||||||
|
|
||||||
.. _bgp-large-communities-attribute:
|
.. _bgp-large-communities-attribute:
|
||||||
|
|
||||||
Large Communities Attribute
|
Large Communities Attribute
|
||||||
@ -1717,6 +1724,8 @@ Large Communities in Route Map
|
|||||||
large-community list. The third will add a large-community value without
|
large-community list. The third will add a large-community value without
|
||||||
overwriting other values. Multiple large-community values can be specified.
|
overwriting other values. Multiple large-community values can be specified.
|
||||||
|
|
||||||
|
Note that the large expanded community is only used for `match` rule, not for
|
||||||
|
`set` actions.
|
||||||
|
|
||||||
.. _bgp-l3vpn-vrfs:
|
.. _bgp-l3vpn-vrfs:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user