]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Always fill UDP checksums in DHCP replies
authorDarragh O'Reilly <darragh.oreilly@hp.com>
Tue, 3 Feb 2015 17:03:23 +0000 (17:03 +0000)
committerDarragh O'Reilly <darragh.oreilly@hp.com>
Thu, 26 Feb 2015 08:30:44 +0000 (08:30 +0000)
commitf5419d90791f0e258801b453c239c187302a3554
treeb5d96a9d258279e37eac1f7f0d77c52a851bb3ba
parenteb1167d3f9283f920b299a5ca9c8ac1e64837d57
Always fill UDP checksums in DHCP replies

In some cases the UDP checksums in packets from DHCP servers are
incorrect. This is a problem for some DHCP clients that ignore
packets with bad checksums. This patch inserts an iptables rule
to ensure DHCP servers always send packets with correct checksums.

Change-Id: I130fe0f2389bdc42eb8c858ea35dd840abecc2e7
Closes-Bug: 1244589
neutron/agent/linux/dhcp.py
neutron/tests/unit/test_dhcp_agent.py