]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Ensure mac address added to iptables is always in unix format
authorAnand Shanmugam <anand1712@gmail.com>
Sat, 23 May 2015 08:22:23 +0000 (01:22 -0700)
committerAnand Shanmugam <anand1712@gmail.com>
Sun, 24 May 2015 05:58:35 +0000 (22:58 -0700)
commit9b893767a5214177e30f596b6eed8324278d5050
tree489de87dec7252d592dc42b9d8184e9b13476264
parent6ba78cec1a77921a591f99b717ff093ca3688c31
Ensure mac address added to iptables is always in unix format

When a allowed address pair entry is added with a mac format
other than unix format the ovs-vs agent keeps on restarting as
it is not able to save the proper iptables due to the error
"Error while processing VIF ports". This fix makes sure
that the mac address sent to the iptables firewall is always
in the unix format

Change-Id: I86bbf3cb2adf9b998190e472691c01d068ebab9c
Closes-Bug: #1457971
neutron/agent/linux/iptables_firewall.py
neutron/tests/unit/agent/linux/test_iptables_firewall.py