diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-23 14:06:59 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-23 14:06:59 -0800 |
commit | c2c15ef2d6a85d40e778a0d84f243d2ae99c56ba (patch) | |
tree | 1c1fb2366872ad2de2cb9d4e6db10ac8a4213450 /sysconf/65-vyatta-net.rules | |
parent | 1905a4cefe161e83b1c35558d2354a6c9f987e3d (diff) | |
download | vyatta-cfg-system-c2c15ef2d6a85d40e778a0d84f243d2ae99c56ba.tar.gz vyatta-cfg-system-c2c15ef2d6a85d40e778a0d84f243d2ae99c56ba.zip |
Don't need to rename vlan devices
Avoid calling vyatta_net_name on vlan's
Diffstat (limited to 'sysconf/65-vyatta-net.rules')
-rw-r--r-- | sysconf/65-vyatta-net.rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysconf/65-vyatta-net.rules b/sysconf/65-vyatta-net.rules index 0f4b9006..a583b363 100644 --- a/sysconf/65-vyatta-net.rules +++ b/sysconf/65-vyatta-net.rules @@ -10,6 +10,9 @@ NAME=="?*", GOTO="vyatta_net_end" # Do name change for ethernet and wireless devices only KERNEL!="eth*|wlan*", GOTO="vyatta_net_end" +# ignore vlan's +KERNEL=="*.*", GOTO="vyatta_net_end" + # ignore "secondary" monitor interfaces of mac80211 drivers KERNEL=="wlan*", ATTRS{type}=="803", GOTO="vyatta_net_end" |