diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-12-26 17:51:28 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-12-26 17:51:28 -0800 |
commit | 537171eac271e050191d03dd6f041fbf8355d782 (patch) | |
tree | 3af61cd2d4b911a702dccf9378cbf9ad24d4ffd9 /net/iproute2.sh | |
parent | 415f48041056a020fa27cbd16bfd0be268bf693c (diff) |
Fix whitespace.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'net/iproute2.sh')
-rw-r--r-- | net/iproute2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/iproute2.sh b/net/iproute2.sh index 21ec820d..693efe01 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")" |