]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Allow DHCPv6 solicit from VM
authorXuhan Peng <xuhanp@cn.ibm.com>
Tue, 6 May 2014 10:05:00 +0000 (18:05 +0800)
committerXuhan Peng <xuhanp@cn.ibm.com>
Tue, 6 May 2014 10:17:46 +0000 (18:17 +0800)
commitb74c5a0fa1d2be30f3f35de5a8c8ce71fc3c25f7
tree93e2277e1083f2d41be3f6492e5d3df0eda05955
parentae3e92fe0c820dd851ada8fbac50ade068a07e7a
Allow DHCPv6 solicit from VM

DHCPv6 solicit UDP package is currently dropped because
there is no security group rule to allow it like IPv4.

This fix allows UDP DHCPv6 solicit from client port 546 to
server port 547. This fix also drops DHCP reply from VM.

Change-Id: I4941d401576e2c8bad37859d2cba227afde9e764
Closes-Bug: 1316515
neutron/agent/linux/iptables_firewall.py
neutron/tests/unit/test_iptables_firewall.py
neutron/tests/unit/test_security_groups_rpc.py