diff options
-rw-r--r-- | sysconf/vyatta-net.rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysconf/vyatta-net.rules b/sysconf/vyatta-net.rules index 31901b42..a215c325 100644 --- a/sysconf/vyatta-net.rules +++ b/sysconf/vyatta-net.rules @@ -4,8 +4,8 @@ ACTION!="add", GOTO="vyatta_net_end" SUBSYSTEM!="net", GOTO="vyatta_net_end" -# ignore interfaces without a driver link like bridges and VLANs -KERNEL=="eth*|ath*|wlan*|ra*|sta*|ctc*|lcs*|hsi*", DRIVERS=="?*",\ +# Do name change for ethernet devices only +KERNEL=="eth*", DRIVERS=="?*",\ PROGRAM="vyatta_net_name %k $attr{address}", \ NAME="%c" |