Public bug reported:

I have a relatively straightforward /etc/network/interfaces
configuration, like this (excerpted):

auto p3p2.1
iface p3p2.1 inet static
    vlan-raw-device p3p2
    ... configuration here...

auto p3p2.2
iface p3p2.2 inet static
    vlan-raw-device p3p2
    ... configuration here...

The problem is that ifup p3p2.1 (or ifup p3p2.2) brings up both p3p2.1
and p3p2.2.  In fact, vconfig add p3p2 1 brings up both interfaces.

The problem seems to be that /etc/init/network-interface.conf says
"start on net-device-added".  The intent is (presumably) to start the
interface when p3p2 is added, but not to start p3p2.x when p3p2.y is
added.

This is particularly annoying because ifdown p3p2.2 deletes the
interface, so I can't reliably bring down two vlans and then bring just
one of them back up.

** Affects: ifupdown (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1183128

Title:
  Adding a vlan brings up all interfaces

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

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

Reply via email to