How to update port_filter with Neutron
Hi everyone,
I'm having troubles with the anti-spoofing behaviour of Openstack. I can fix it via Neutron port-update allowing address pairs and also, removing some iptables rules. But I think it's not very elegant, so I read this link:
http://docs.openstack.org/api/opensta...
and I was wondering how to set the parameter binding:profile port_filter to False. I did something like this
neutron port-update PORT_ID --allowed-address-pairs type=dict list=true mac_address=MAC,ip_address=IP --binding:profile type=dict list="port_filter":False
However, a "neutron port-show PORT_ID" does not show if this parameter is set correctly. Does anybody know how to change this?
Thanks