DS-Lite is not part of our code yet. Initial work was done, but has not been finished yet.We try to make this clear by not misleading people to say "DS-Lite support" anywhere in our roadmap. Cheers,Franco
ifconfig gif0 createifconfig gif0 inet6 tunnel <<LOCAL IPv6 ADDRESS>> <<AFTR ADDRESS>> mtu 1460 -accept_rtadv ifdisabledifconfig gif0 inet 192.0.0.2 192.0.0.1 netmask 255.255.255.248route add default -interface gif0
#!/bin/shsrcaddr=$(ifconfig hn0 | grep -o '2001:f[67][0-9a-f:]*')dstaddr=$(drill dgw.xpass.jp aaaa | grep -o '2001:f[67][0-9a-f:]*')ifconfig gif0 createifconfig gif0 inet6 -accept_rtadv -auto_linklocal tunnel $srcaddr $dstaddrifconfig gif0 up mtu 1500route -4 delete default route -4 add default -interface gif0 -mtu 1240sysctl net.inet.ip.forwarding=1ifconfig gif0route -4 get default