odhcp6c: some more fixes for map / lw4o6 support
[openwrt/staging/chunkeey.git] / package / network / ipv6 / odhcp6c / files / dhcpv6.script
index 3599284d80f1f22af8e25c0395ad8db1939c90b9..7a7f76f8338bede616baf2c8ed18f9bc10f6f39e 100755 (executable)
@@ -115,6 +115,7 @@ setup_interface () {
                json_add_string proto map
                json_add_string type "$MAPTYPE"
                json_add_string rule "$MAPRULE"
+               json_add_string tunlink "$INTERFACE"
                [ -n "$ZONE_MAP" ] && json_add_string zone "$ZONE_MAP"
                [ -n "$IFACE_MAP_DELEGATE" ] && json_add_boolean delegate "$IFACE_MAP_DELEGATE"
                json_close_object