From 1345ceb1ce6b2f318a5b246fecac783d9ce37644 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 28 Oct 2010 14:29:10 -0700 Subject: Fix goto in vyatta-net.rules --- sysconf/65-vyatta-net.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysconf') 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" -- cgit v1.2.3