https://bugs.gentoo.org/310805

patch by Lars Wendler

--- openrc-0.6.1/init.d/network.in
+++ openrc-0.6.1/init.d/network.in
@@ -74,6 +74,7 @@
 			esac
 		done
 		[ $? = 2 ]
+		;;
 	*)
 		local inet= address= rest=
 		LC_ALL=C ifconfig -a | while read inet address rest; do