summaryrefslogtreecommitdiff
path: root/sysconf
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-12-08 14:51:29 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-12-08 14:51:29 -0800
commit1bc0fdfe092c6a3e2efff1dc644cde138fa0ab98 (patch)
treee6a8784c1a74afaef344cc6c37188d36c619c410 /sysconf
parentf61f4f85b6a84e2d0c82c81ec4e9031dd6a9b9e2 (diff)
parentf956bfc6ee753fbbf251a7c43e7ad2573aa89c83 (diff)
downloadvyatta-cfg-quagga-1bc0fdfe092c6a3e2efff1dc644cde138fa0ab98.tar.gz
vyatta-cfg-quagga-1bc0fdfe092c6a3e2efff1dc644cde138fa0ab98.zip
Merge branch 'kenwood' of 192.168.100.1:git/vyatta-cfg-system into kenwood
Diffstat (limited to 'sysconf')
-rw-r--r--sysconf/vyatta-net.rules7
1 files changed, 7 insertions, 0 deletions
diff --git a/sysconf/vyatta-net.rules b/sysconf/vyatta-net.rules
index a215c325..a94f5b2a 100644
--- a/sysconf/vyatta-net.rules
+++ b/sysconf/vyatta-net.rules
@@ -9,5 +9,12 @@ KERNEL=="eth*", DRIVERS=="?*",\
PROGRAM="vyatta_net_name %k $attr{address}", \
NAME="%c"
+# This keeps udev persistent net rules from trying to do anything
+# with multiple SSID's per device
+# TODO: Add proper persistent network based on Vyatta config
+# but right now there is insufficient info in sysfs to uniquely
+# determine device name based on hardware information
+KERNEL=="wlan*", DRIVERS=="?*", NAME="%k"
+
LABEL="vyatta_net_end"