From 77a341a458d604287f46180db1facbdb540cd139 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 6 Dec 2013 11:39:29 -0200 Subject: Add a knob to prefer IPv4 over IPv6, it fixes #2833 --- etc/rc.bootup | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/rc.bootup') diff --git a/etc/rc.bootup b/etc/rc.bootup index 89a2be7..f391a27 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -409,6 +409,9 @@ upnp_start(); /* If powerd is enabled, lets launch it */ activate_powerd(); +/* Set preferred protocol */ +prefer_ipv4_or_ipv6(); + /* Remove the old shutdown binary if we kept it. */ if (file_exists("/sbin/shutdown.old")) @unlink("/sbin/shutdown.old"); -- cgit v1.1