Test TP-Link 703N node.

Technical details

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

Configuration

Packages: http://downloads.openwrt.org/attitude_adjustment/12.09-beta/ar71xx/generic/packages/

cd /tmp
opkg install libip6tc_1.4.10-4_ar71xx.ipk
opkg install kmod-ip6tables_3.3.8-1_ar71xx.ipk
opkg install kmod-ipv6_3.3.8-1_ar71xx.ipk
opkg install ip6tables_1.4.10-4_ar71xx.ipk
opkg install ip_3.3.0-1_ar71xx.ipk
opkg install libdaemon_0.14-2_ar71xx.ipk
opkg install radvd_1.9.1-1_ar71xx.ipk

uci set network.lan.ip6addr=fd64:2c08:9fa7:56::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:56::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:56::/64'
    option action 'allow'