diff options
Diffstat (limited to 'sysconf')
-rw-r--r-- | sysconf/65-vyatta-net.rules | 3 |
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" |