summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/connections/ethernet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connections/ethernet b/src/connections/ethernet
index 04aca4a..a268698 100644
--- a/src/connections/ethernet
+++ b/src/connections/ethernet
@@ -141,7 +141,7 @@ ethernet_down() {
if [[ "$IP" == "dhcp" ]]; then
if [[ -f "/var/run/dhcpcd-${INTERFACE}.pid" ]]; then
report_debug ethernet_down dhcpcd -qx "$INTERFACE"
- dhcpcd -qx "$INTERFACE" &>/dev/null
+ dhcpcd -qk "$INTERFACE" &>/dev/null
fi
fi