Set up ipv6 address if provided in network configuration (#1028)
[openwrt.git] / package / base-files / files / lib / network / config.sh
index 6ddbf9e..845b33e 100755 (executable)
@@ -118,6 +118,7 @@ setup_interface() {
                        config_get dns "$config" dns
                        
                        $DEBUG ifconfig "$iface" "$ipaddr" netmask "$netmask"
+                       $DEBUG ifconfig "$iface" inet6 add "$ip6addr" 
                        [ -z "$gateway" ] || route add default gw "$gateway"
                        [ -z "$dns" -o -f /tmp/resolv.conf ] || {
                                for ns in $dns; do
This page took 0.025912 seconds and 4 git commands to generate.