[node-patches] Change in ovirt-node[master]: disable ipv6 when option is set to disabled
jboggs at redhat.com
jboggs at redhat.com
Wed May 21 01:16:48 UTC 2014
Joey Boggs has uploaded a new change for review.
Change subject: disable ipv6 when option is set to disabled
......................................................................
disable ipv6 when option is set to disabled
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1083401
Signed-off-by: Joey Boggs <jboggs at redhat.com>
Change-Id: I30fe0c50c77a18eccba1125e744d7a52b55bff78
---
M src/ovirt/node/config/defaults.py
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/52/27952/1
diff --git a/src/ovirt/node/config/defaults.py b/src/ovirt/node/config/defaults.py
index 17f8bc1..cdf29dc 100644
--- a/src/ovirt/node/config/defaults.py
+++ b/src/ovirt/node/config/defaults.py
@@ -415,6 +415,9 @@
cfg.ipv6init = "yes"
cfg.ipv6forwarding = "no"
cfg.ipv6_autoconf = "no"
+ else:
+ cfg.ipv6init = "no"
+ cfg.ipv6_autoconf = "no"
if m_ipv6["bootproto"] == "auto":
cfg.ipv6_autoconf = "yes"
--
To view, visit http://gerrit.ovirt.org/27952
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I30fe0c50c77a18eccba1125e744d7a52b55bff78
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Joey Boggs <jboggs at redhat.com>
More information about the node-patches
mailing list