From: Steven Barth Date: Fri, 23 May 2014 06:26:23 +0000 (+0000) Subject: odhcp6c: export passthru options as netifd data X-Git-Tag: reboot~7217 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ce83eb9a0833504221f0ca0575e58da352bca2c;p=thirdparty%2Fopenwrt.git odhcp6c: export passthru options as netifd data SVN-Revision: 40825 --- diff --git a/package/network/ipv6/odhcp6c/files/dhcpv6.script b/package/network/ipv6/odhcp6c/files/dhcpv6.script index 7a7f76f8338..42c67c19c26 100755 --- a/package/network/ipv6/odhcp6c/files/dhcpv6.script +++ b/package/network/ipv6/odhcp6c/files/dhcpv6.script @@ -77,6 +77,7 @@ setup_interface () { proto_add_data [ -n "$CER" ] && json_add_string cer "$CER" + [ -n "$PASSTHRU" ] && json_add_string passthru "$PASSTHRU" proto_close_data proto_send_update "$INTERFACE"