Hi, I've been recently working on adding IPv6 support to relayd (which supported only IPv4).
It does, however, require a kernel patch to make it actually usable because link-local addresses are not routable by kernel by default. The patch, currently an RFC, can be found here: https://www.mail-archive.com/[email protected]/msg104390.html Merging this relayd change probably doesn't make much sense until the kernel patch is accepted. Michal Kazior (2): relayd: add ipv6 support relayd: add ipv6 link local support dhcp.c | 30 +-- main.c | 733 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- relayd.h | 59 ++++- route.c | 206 +++++++++++++----- 4 files changed, 901 insertions(+), 127 deletions(-) -- 2.1.4 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
