lemoer

Results 67 comments of lemoer

@T-X This is an important point. Can you maybe open an issue for this so it doesn't get lost?

We probably found the broken code: https://github.com/openwrt/openwrt/blob/e3b88490885ef228456d1be39e6e84679cfe4cfb/package/network/ipv6/odhcp6c/files/dhcpv6.script#L134 Actually the code tries to be quite clever here, if I interpret it correctly. It applies source routing only if necessary. Only if...

Thanks for the clarification and the references. From the RFC point of view, this is maybe not a bug. If I understand the odhcpv6 script correctly, it wants to implement...

This is acutally not a bug in OpenWrt. We are just disabling the feature in gluon. I created a pull request in #2183 to enable source routing.

Ok, the build seems to fail since opkg on the host system currently can not find the `gluon.validator` lib. However, I think we can already do a first review here....

Configuration on NDS-The-TARDIS: ``` root@NDS-The-TARDIS:~# cat /etc/config/wireless config wifi-device 'radio0' option type 'mac80211' option path 'platform/soc/a000000.wifi' option channel '1' option band '2g' option htmode 'HT20' option country 'DE' option legacy_rates...

I am currently bisecting the firmware for 3 weeks. Unfortunately, the issue is very unpredictable and I have to wait a day or two to see if the problem really...