[node-patches] Change in ovirt-node[master]: network: Fix bridges for el6 and ifcfg
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Tue Aug 13 14:21:20 UTC 2013
Fabian Deutsch has submitted this change and it was merged.
Change subject: network: Fix bridges for el6 and ifcfg
......................................................................
network: Fix bridges for el6 and ifcfg
ifcfg can't ifup or ifup bridges unless /usr/sbin/brctl, that is
provided by bridge-utils is installed (Fedora19 does not install
it by default).
ip link del dev X type bridge is a not supported operation on
2.6.32 kernels that are found in el6 distros.
This patch fixes both things while keeping it compatible with
newer distros.
Change-Id: Ib798a5581191d835f68bd4324c2182ff28cab4a6
Signed-off-by: Antoni S. Puimedon <asegurap at redhat.com>
---
M ovirt-node.spec.in
M src/ovirt/node/utils/network.py
2 files changed, 2 insertions(+), 1 deletion(-)
Approvals:
Fabian Deutsch: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/17868
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib798a5581191d835f68bd4324c2182ff28cab4a6
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Antoni Segura Puimedon <asegurap at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: Joey Boggs <jboggs at redhat.com>
Gerrit-Reviewer: Livnat Peer <lpeer at redhat.com>
Gerrit-Reviewer: Michael Burns <mburns at redhat.com>
More information about the node-patches
mailing list