summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-10-28 14:29:10 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-10-28 14:29:10 -0700
commit1345ceb1ce6b2f318a5b246fecac783d9ce37644 (patch)
tree9dd55a03df5546997000f19ad11c9d10194e5504
parent223fd1ebb9f9f14c7f1b421c7da48a1755fc7737 (diff)
downloadvyatta-cfg-system-1345ceb1ce6b2f318a5b246fecac783d9ce37644.tar.gz
vyatta-cfg-system-1345ceb1ce6b2f318a5b246fecac783d9ce37644.zip
Fix goto in vyatta-net.rules
-rw-r--r--sysconf/65-vyatta-net.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconf/65-vyatta-net.rules b/sysconf/65-vyatta-net.rules
index a2ae654c..0f4b9006 100644
--- a/sysconf/65-vyatta-net.rules
+++ b/sysconf/65-vyatta-net.rules
@@ -11,7 +11,7 @@ NAME=="?*", GOTO="vyatta_net_end"
KERNEL!="eth*|wlan*", GOTO="vyatta_net_end"
# ignore "secondary" monitor interfaces of mac80211 drivers
-KERNEL=="wlan*", ATTRS{type}=="803", GOTO="persistent_net_generator_end"
+KERNEL=="wlan*", ATTRS{type}=="803", GOTO="vyatta_net_end"
# ignore interfaces without a driver link like bridges and VLANs
DRIVERS=="?*", PROGRAM="vyatta_net_name %k $attr{address}", NAME="%c"