]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Correct return values for bridge sysctl calls
authorAndreas Scheuring <andreas.scheuring@de.ibm.com>
Thu, 3 Dec 2015 13:54:39 +0000 (14:54 +0100)
committerBrian Haley <brian.haley@hpe.com>
Mon, 14 Dec 2015 22:05:46 +0000 (17:05 -0500)
commitcac2436f298491dbca2c932c80bdf3a64ac39ee6
treeb3809bc234a6da6aca2e653216516e6f1d714f67
parent16ba11e8ba7221f65cdac90982d1eaa50b8bc9f8
Correct return values for bridge sysctl calls

This fixes an issue where the lb agent did not plug the
dhcp tap device into the bridge when having vlan networking
set up.  Caused by setting of disable_ipv6 value.

Closes-Bug: #1520618
Change-Id: I0d21fad3a676d1fdd30501ea6a295f1e9b207a3a
Co-Authored-By: Brian Haley <brian.haley@hpe.com>
neutron/agent/linux/bridge_lib.py
neutron/tests/functional/agent/linux/test_bridge_lib.py
neutron/tests/unit/agent/linux/test_bridge_lib.py