Test TP-Link 703N node.

Technical details

hostname
princesse
MAC address
EC:88:8F:C6:41:B4
IPv6 address
fd64:2c08:9fa7:57::1/128
IP address
172.16.1.57
Software
OpenWRT 12.09-beta2
Hardware
TP-Link 703N
Power
Location
Azimuth
360°
Panorama
N/A
Status
test
Operator
elecnix
Links
bibitte

Configuration

# LAN static config: 192.168.3.57, gw 192.168.3.1, netmask 255.255.255.0
opkg install kmod-ipv6 ip kmod-ip6tables ip6tables radvd
uci set network.lan.ip6addr=fd64:2c08:9fa7:57::1/128
uci set radvd.@interface[0].ignore=0
uci set radvd.@prefix[0].ignore=0
uci set radvd.@prefix[0].AdvRouterAddr=1
uci set radvd.@prefix[0].prefix=fd64:2c08:9fa7:57::1/64
/etc/init.d/radvd enable
uci commit ; reboot & exit

uci export babeld

package babeld

config general
    option local_server '33123'

config interface 'wlan'

config interface 'lan'

config filter
    option type 'redistribute'
    option local 'true'
    option ip 'fd64:2c08:9fa7:57::/64'
    option action 'allow'