In package 6in4, there is a condition in which you *must* add an
ip6addr for 6in4 to come up, however, in case you've got a /48, it
might not be necessary. It would certainly be better to let the user
decide.

By the way, dev.openwrt.org respond HTTP 502 at the moment.

Index: package/6in4/files/6in4.sh
===================================================================
--- package/6in4/files/6in4.sh  (revision 33556)
+++ package/6in4/files/6in4.sh  (working copy)
@@ -17,7 +17,7 @@
        local mtu ttl ipaddr peeraddr ip6addr tunnelid username password
        json_get_vars mtu ttl ipaddr peeraddr ip6addr tunnelid username password

-       [ -z "$ip6addr" -o -z "$peeraddr" ] && {
+       [ -z "$peeraddr" ] && {
                proto_notify_error "$cfg" "MISSING_ADDRESS"
                proto_block_restart "$cfg"
                return
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to