berlin-open-wireless-lab / DAWN

Decentralized WiFi Controller
GNU General Public License v2.0
362 stars 63 forks source link

IP communication only works over Legacy IP #95

Open dwmw2 opened 4 years ago

dwmw2 commented 4 years ago

Dawn doesn't seem to work over IPv6. This December will mark the 25th anniversary of the publication of RFC1883; the IPv6 standard. That's a full quarter of a century :)

PolynomialDivision commented 4 years ago

Yeah, I know. ;) I will add this as feature.

dwmw2 commented 4 years ago

Hm, I think there might be a ubus bug to fix first. I only seem to get link-local addresses (which would actually work, but I'm not told which link):

root@garden # ubus call umdns browse | grep -A10 _dawn
    "_dawn._tcp": {
        "wndr3800.infradead.org": {
            "ipv4": "90.155.92.219",
            "ipv6": "fe80::841b:5eff:fe77:933",
            "port": 1026
        },
        "lantiq.infradead.org": {
            "ipv4": "90.155.92.193",
            "ipv6": "fe80::1a62:2cff:fe5d:946a",
            "port": 1026
        }
dwmw2 commented 4 years ago

https://bugs.openwrt.org/index.php?do=details&task_id=3167

PolynomialDivision commented 4 years ago

This is fixed in 68b94f0fb4d5bf659a3eed6045718b8082852966. Now we have to add support. xD