Created
August 25, 2017 11:15
-
-
Save nuriel77/46e5ae5ac008f5398a529e3cffc5a390 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[stack@undercloud ~]$ neutron port-update 7151f77a-b590-422a-bc4e-a630a7b578d4 \ | |
--allowed-address-pairs \ | |
type=dict \ | |
list=true \ | |
ip_address=192.168.168.3 | |
Updated port: 7151f77a-b590-422a-bc4e-a630a7b578d4 | |
[stack@undercloud ~]$ neutron port-update 9a5e3e6c-b446-4721-84dc-ae9f9de982c4 \ | |
--allowed-address-pairs \ | |
type=dict \ | |
list=true \ | |
ip_address=192.168.168.3 | |
Updated port: 9a5e3e6c-b446-4721-84dc-ae9f9de982c4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment