From 2b0ff6f669d2a05f4b092d8135ee17626c64c494 Mon Sep 17 00:00:00 2001 From: Alexander Tsoy Date: Fri, 21 Dec 2012 14:24:27 -0600 Subject: net.lo: add ipv6 net and host patterns X-Gentoo-Bug: 442594 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=442594 --- init.d/net.lo.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.d/net.lo.in') diff --git a/init.d/net.lo.in b/init.d/net.lo.in index db6550d2..32ca8107 100644 --- a/init.d/net.lo.in +++ b/init.d/net.lo.in @@ -672,6 +672,8 @@ ${routes}" *.*.*.*/32*) cmd="-host ${cmd}";; *.*.*.*/*|0.0.0.0|0.0.0.0" "*) cmd="-net ${cmd}";; default|default" "*) cmd="-net ${cmd}";; + *:*/128*) cmd="-host ${cmd}";; + *:*/*) cmd="-net ${cmd}";; *) cmd="-host ${cmd}";; esac if ${hidefirstroute}; then -- cgit v1.2.3