[Bug 1294155] [NEW] network-interface-container.conf should fire for openvz
Daniel Speichert
1294155 at bugs.launchpad.net
Tue Mar 18 14:48:35 UTC 2014
Public bug reported:
network-interface-container.conf should contain:
script
case "$CONTAINER" in
lxc|lxc-libvirt|openvz)
initctl emit --no-wait net-device-added INTERFACE=lo || true
;;
esac
end script
originally, it is: "lxc|lxc-libvirt)" (without openvz).
Without that change, loopback interface never goes up on openvz
interface.
Tested with trusty-server-cloudimg-amd64-root.tar.gz.
** Affects: ifupdown (Ubuntu)
Importance: Undecided
Status: New
** Description changed:
network-interface-container.conf should contain:
script
- case "$CONTAINER" in
- lxc|lxc-libvirt|openvz)
- initctl emit --no-wait net-device-added INTERFACE=lo || true
- ;;
- esac
+ case "$CONTAINER" in
+ lxc|lxc-libvirt|openvz)
+ initctl emit --no-wait net-device-added INTERFACE=lo || true
+ ;;
+ esac
end script
originally, it is: "lxc|lxc-libvirt)" (without openvz).
Without that change, loopback interface never goes up on openvz
interface.
+
+ Tested with trusty-server-cloudimg-amd64-root.tar.gz.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ifupdown in Ubuntu.
https://bugs.launchpad.net/bugs/1294155
Title:
network-interface-container.conf should fire for openvz
Status in “ifupdown” package in Ubuntu:
New
Bug description:
network-interface-container.conf should contain:
script
case "$CONTAINER" in
lxc|lxc-libvirt|openvz)
initctl emit --no-wait net-device-added INTERFACE=lo || true
;;
esac
end script
originally, it is: "lxc|lxc-libvirt)" (without openvz).
Without that change, loopback interface never goes up on openvz
interface.
Tested with trusty-server-cloudimg-amd64-root.tar.gz.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1294155/+subscriptions
More information about the foundations-bugs
mailing list