The culprit is the last netifd changes: I have built r44915 otherwise
updated, but with the last two commits removed from netifd, and ipv6 routing
works again. So, the breakage is due to netifd.
* after "add prelocal table to manipulate locally
destinated"/3eea8576d48d9b20cc1c6b46f54c7345a39d13aa ipv6 still works
* after "add missing argument for ipv4
routes"/2fb3d0e9205e2a4cea38062caefd7251f562866d there are no ipv6 routes for
the 6in4 tunnel.
It seems to me that a seventh parameter "table" might be needed for
proto_add_ipv6_route in 6in4, but I didn't figure out how to change the 6in4
tunnel script. I tried ading an empty table parameter to three calls to
proto_add_ipv6_route, but that didn't work.
On 20.3.2015 22:15, Arjen de Korte wrote:
I'm running trunk on a Netgear WNDR4300. On this router, a Hurricane
Electric tunnel is configured to provide IPv6 access for the LAN. All was
fine until this morning. Bisecting leads to the below commit to break IPv6
routing (IPv4 was still fine). Could it be that 6in4 needs to be modified
after this commit?
Citeren [email protected]:
Author: cyrus
Date: 2015-03-20 08:50:45 +0100 (Fri, 20 Mar 2015)
New Revision: 44899
Modified:
trunk/package/network/config/netifd/Makefile
Log:
netifd: device update fixes, improvements in policy routing
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel