diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-28 14:29:10 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-28 14:29:10 -0700 |
commit | 1345ceb1ce6b2f318a5b246fecac783d9ce37644 (patch) | |
tree | 9dd55a03df5546997000f19ad11c9d10194e5504 /sysconf | |
parent | 223fd1ebb9f9f14c7f1b421c7da48a1755fc7737 (diff) | |
download | vyatta-cfg-quagga-1345ceb1ce6b2f318a5b246fecac783d9ce37644.tar.gz vyatta-cfg-quagga-1345ceb1ce6b2f318a5b246fecac783d9ce37644.zip |
Fix goto in vyatta-net.rules
Diffstat (limited to 'sysconf')
-rw-r--r-- | sysconf/65-vyatta-net.rules | 2 |
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" |