--- functions-eth-orig 2005-03-09 17:43:16 +0300 +++ functions-eth-orig 2005-05-14 18:02:31 +0400 @@ -41,5 +41,8 @@ kill -SIGHUP `cat $PIDFILE` # There probably should be a delay/wait loop here, dhcpcd doesn't die fast. sleep ${DHCPCD_GRACE_TIME:-0} + # dhcpcd will bring down the interface when stopping. To keep etcnet logics + # to work (running shutdown scripts for example) we should bring it up again + $IP link set dev $NAME up fi }