summaryrefslogtreecommitdiff
path: root/rules/80-net-setup-link.rules
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-03-18 16:37:49 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-03-18 17:05:36 -0400
commit73c6fdf90160e6f617f44e7c83be655008b78a84 (patch)
tree45f6919d28a7dc3443a03d67dcc14c222560eeb1 /rules/80-net-setup-link.rules
parentbf856b7c02991c75a09609d9320d36071036a2ca (diff)
rules: remove unsed net rules
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'rules/80-net-setup-link.rules')
-rw-r--r--rules/80-net-setup-link.rules13
1 files changed, 0 insertions, 13 deletions
diff --git a/rules/80-net-setup-link.rules b/rules/80-net-setup-link.rules
deleted file mode 100644
index 6e411a91f0..0000000000
--- a/rules/80-net-setup-link.rules
+++ /dev/null
@@ -1,13 +0,0 @@
-# do not edit this file, it will be overwritten on update
-
-SUBSYSTEM!="net", GOTO="net_setup_link_end"
-
-IMPORT{builtin}="path_id"
-
-ACTION!="add", GOTO="net_setup_link_end"
-
-IMPORT{builtin}="net_setup_link"
-
-NAME=="", ENV{ID_NET_NAME}!="", NAME="$env{ID_NET_NAME}"
-
-LABEL="net_setup_link_end"