Merge "[api-ref] Add short warning about ANY IP address in allowed address pair"

This commit is contained in:
Zuul 2019-05-29 16:32:27 +00:00 committed by Gerrit Code Review
commit d6ba46a645
1 changed files with 7 additions and 0 deletions

View File

@ -18,6 +18,13 @@ that the port can use when sending packets if ``port_security_enabled`` is
``ip_address`` is required in each allowed address pair, the ``mac_address``
is optional and will be taken from the port if not specified.
.. warning::
If a security group with a ``remote_group_id`` rule is used by a port, adding
an address pair with IP address ``0.0.0.0/0`` (``ANY``) will bypass all rules
with source IP address restrictions for all ports which use the same security
group.
Data plane status extension
===========================