diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-09-13 15:59:11 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-09-13 15:59:11 -0700 |
commit | 00db17fe115d4e10f84f4ca5eda6027c4cec7545 (patch) | |
tree | 772f6a79b1e32792eff0668b58622495f4094505 /sysconf | |
parent | 809aef7bb9bb1d2614eb1464862fe02156f0be81 (diff) | |
download | vyatta-cfg-system-00db17fe115d4e10f84f4ca5eda6027c4cec7545.tar.gz vyatta-cfg-system-00db17fe115d4e10f84f4ca5eda6027c4cec7545.zip |
partial fix for bug 6152
* as discussed, remove the wireless rule that causes warning
Diffstat (limited to 'sysconf')
-rw-r--r-- | sysconf/vyatta-net.rules | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sysconf/vyatta-net.rules b/sysconf/vyatta-net.rules index a94f5b2a..a215c325 100644 --- a/sysconf/vyatta-net.rules +++ b/sysconf/vyatta-net.rules @@ -9,12 +9,5 @@ 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" |