[systemd-commits] rules/80-net-setup-link.rules

Tom Gundersen tomegun at kemper.freedesktop.org
Mon Sep 8 08:18:54 PDT 2014


 rules/80-net-setup-link.rules |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit e4d7c49050769877c7f10184bbe2a1e77d0b5333
Author: Tom Gundersen <teg at jklm.no>
Date:   Mon Sep 8 17:16:24 2014 +0200

    rules: net-setup-link - preserve ID_NET_LINK_FILE and ID_NET_NAME after MOVE

diff --git a/rules/80-net-setup-link.rules b/rules/80-net-setup-link.rules
index f390fcb..27c43b9 100644
--- a/rules/80-net-setup-link.rules
+++ b/rules/80-net-setup-link.rules
@@ -4,7 +4,8 @@ SUBSYSTEM!="net", GOTO="net_setup_link_end"
 
 IMPORT{builtin}="path_id"
 
-ACTION=="move", IMPORT{db}="ID_NET_DRIVER"
+ACTION=="move", IMPORT{db}="ID_NET_DRIVER", IMPORT{db}="ID_NET_LINK_FILE",
+IMPORT{db}="ID_NET_NAME"
 
 ACTION!="add", GOTO="net_setup_link_end"
 



More information about the systemd-commits mailing list