summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/connections/ethernet4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/connections/ethernet b/src/connections/ethernet
index eb0bd8d..8e51cf9 100644
--- a/src/connections/ethernet
+++ b/src/connections/ethernet
@@ -137,12 +137,12 @@ ethernet_down() {
if [[ "$IP" == "dhcp" ]]; then
if [[ -f "/var/run/dhcpcd-${INTERFACE}.pid" ]]; then
- report_debug ethernet_iproute_down dhcpcd -qx "$INTERFACE"
+ report_debug ethernet_down dhcpcd -qx "$INTERFACE"
dhcpcd -qx "$INTERFACE" &>/dev/null
fi
fi
- report_debug ethernet_iproute_down if_down
+ report_debug ethernet_down if_down
if [[ "$CONNECTION" == "wireless" ]]; then
bring_interface flush "$INTERFACE"
else