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

Change-Id: Ie3ed5ea81e0df50a699174fef95eb32337ed5682
Closes-Bug: #1793029
This commit is contained in:
Slawek Kaplonski 2019-05-27 02:45:15 +02:00 committed by Brian Haley
parent cc975851a5
commit e02c4b214b
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
===========================