summaryrefslogtreecommitdiff
path: root/net/iproute2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/iproute2.sh')
-rw-r--r--net/iproute2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/iproute2.sh b/net/iproute2.sh
index 21ec820..693efe0 100644
--- a/net/iproute2.sh
+++ b/net/iproute2.sh
@@ -353,7 +353,7 @@ iproute2_post_stop()
ip -4 route flush table cache dev "${IFACE}"
fi
fi
-
+
# Kernel may not have IPv6 built in
if [ -e /proc/net/ipv6_route ]; then
local rules="$(service_get_value "ip6_rule")"