Merge "Update Doc to reflect new OSC Port commands"
This commit is contained in:
commit
2aaac41e0e
@ -177,15 +177,16 @@ an IP address between two instances to enable fast data plane failover.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ neutron port-create net1 --allowed-address-pairs type=dict \
|
||||
list=true mac_address=MAC_ADDRESS,ip_address=IP_CIDR
|
||||
$ openstack port create port1 --allowed-address \
|
||||
ip-address=<IP_CIDR>[,mac_address=<MAC_ADDRESS]
|
||||
|
||||
- Update a port by adding allowed address pairs:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ neutron port-update PORT_UUID --allowed-address-pairs type=dict \
|
||||
list=true mac_address=MAC_ADDRESS,ip_address=IP_CIDR
|
||||
$ openstack port set PORT_UUID --allowed-address \
|
||||
ip-address=<IP_CIDR>[,mac_address=<MAC_ADDRESS]
|
||||
|
||||
|
||||
|
||||
Virtual-Private-Network-as-a-Service (VPNaaS)
|
||||
|
Loading…
Reference in New Issue
Block a user