Re: persistent-net.rules for fixed ethX names and VLANs

2014-05-21 Thread Steffen Dettmer
Hi, this is a reply to an very old posting just to tell the solution to the mailing list archives. Problem was that Micrel Driver does net set DRIVER name. Here a patch. On Tue, Nov 26, 2013, Steffen Dettmer wrote: > On Tue, Nov 19, 2013, Pascal Hambourg wrote: >>> On Thu, Nov 14, 2013, Steffe

Re: persistent-net.rules for fixed ethX names and VLANs

2013-11-26 Thread Pascal Hambourg
Steffen Dettmer a écrit : > > On Tue, Nov 19, 2013 at 11:24 PM, Pascal Hambourg > wrote: > >> A "real" network interface has the (non-null) driver name in >> its parent device and thus matches the rule, whereas a "virtual" VLAN >> interface does not. > > Thank you for your explanation. I think

Re: persistent-net.rules for fixed ethX names and VLANs

2013-11-26 Thread Steffen Dettmer
Hi, sorry, unfortunately I missed your mail, thank you for your response and sorry for the delay. On Tue, Nov 19, 2013 at 11:24 PM, Pascal Hambourg wrote: > Hello, > > Steffen Dettmer a écrit : >> On Thu, Nov 14, 2013 at 4:36 PM, Steffen Dettmer >> wrote: >>> I have persistent-net.rules in form

Re: persistent-net.rules for fixed ethX names and VLANs

2013-11-19 Thread Pascal Hambourg
Hello, Steffen Dettmer a écrit : > On Thu, Nov 14, 2013 at 4:36 PM, Steffen Dettmer > wrote: >> I have persistent-net.rules in form: >> >> SUBSYSTEM=="net", KERNEL=="eth*" ACTION=="add", >> ATTR{address}=="40:d8:55:09:43:0f", NAME="eth3" >> >> How to use fixed ethX device names and VLAN dev

Re: persistent-net.rules for fixed ethX names and VLANs

2013-11-14 Thread Tom H
On Thu, Nov 14, 2013 at 5:10 PM, Steffen Dettmer wrote: > > NB: interestingly, according to the documentation [1], "%r" > should be the same as "$kernel", but here "%r" does not work. > When using NAME="prefix%r" the interface is renamed > accordingly. Seems to be a bug? > > [1] http://www.freedes

Re: persistent-net.rules for fixed ethX names and VLANs

2013-11-14 Thread Steffen Dettmer
On Thu, Nov 14, 2013 at 4:36 PM, Steffen Dettmer wrote: > I have persistent-net.rules in form: > > SUBSYSTEM=="net", KERNEL=="eth*" ACTION=="add", > ATTR{address}=="40:d8:55:09:43:0f", NAME="eth3" > > How to use fixed ethX device names and VLAN devices at the same time? I found a workaround