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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294155

Title:
  network-interface-container.conf should fire for openvz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1294155/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to