Skip to content

Instantly share code, notes, and snippets.

@nuriel77
Created August 25, 2017 11:15
Show Gist options
  • Save nuriel77/46e5ae5ac008f5398a529e3cffc5a390 to your computer and use it in GitHub Desktop.
Save nuriel77/46e5ae5ac008f5398a529e3cffc5a390 to your computer and use it in GitHub Desktop.
[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