diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-03-18 16:37:49 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-03-18 17:05:36 -0400 |
commit | 73c6fdf90160e6f617f44e7c83be655008b78a84 (patch) | |
tree | 45f6919d28a7dc3443a03d67dcc14c222560eeb1 /rules/80-net-name-slot.rules | |
parent | bf856b7c02991c75a09609d9320d36071036a2ca (diff) |
rules: remove unsed net rules
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'rules/80-net-name-slot.rules')
-rw-r--r-- | rules/80-net-name-slot.rules | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/rules/80-net-name-slot.rules b/rules/80-net-name-slot.rules deleted file mode 100644 index c5f1b3885b..0000000000 --- a/rules/80-net-name-slot.rules +++ /dev/null @@ -1,14 +0,0 @@ -# do not edit this file, it will be overwritten on update - -ACTION!="add", GOTO="net_name_slot_end" -SUBSYSTEM!="net", GOTO="net_name_slot_end" -NAME!="", GOTO="net_name_slot_end" - -IMPORT{cmdline}="net.ifnames" -ENV{net.ifnames}=="0", GOTO="net_name_slot_end" - -NAME=="", ENV{ID_NET_NAME_ONBOARD}!="", NAME="$env{ID_NET_NAME_ONBOARD}" -NAME=="", ENV{ID_NET_NAME_SLOT}!="", NAME="$env{ID_NET_NAME_SLOT}" -NAME=="", ENV{ID_NET_NAME_PATH}!="", NAME="$env{ID_NET_NAME_PATH}" - -LABEL="net_name_slot_end" |