summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-11-24 09:03:44 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-11-24 09:38:21 -0800
commit20e85051040f6406f4de5fe9b167cc07a4121817 (patch)
tree81504e03ade40afb92f4c7f530578cf5a291d9c1
parentff2ba654b8dbf1c92022c8fa95c6fd89b15f64ad (diff)
downloadvyatta-cfg-system-20e85051040f6406f4de5fe9b167cc07a4121817.tar.gz
vyatta-cfg-system-20e85051040f6406f4de5fe9b167cc07a4121817.zip
Revert "Don't need to rename vlan devices"
This reverts commit c2c15ef2d6a85d40e778a0d84f243d2ae99c56ba.
-rw-r--r--sysconf/65-vyatta-net.rules3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysconf/65-vyatta-net.rules b/sysconf/65-vyatta-net.rules
index a583b363..0f4b9006 100644
--- a/sysconf/65-vyatta-net.rules
+++ b/sysconf/65-vyatta-net.rules
@@ -10,9 +10,6 @@ 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"