diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-05-23 06:26:23 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-05-23 06:26:23 +0000 |
commit | 3ce83eb9a0833504221f0ca0575e58da352bca2c (patch) | |
tree | b4bca90886e25d921635eb8e4ff8bf9fa06aa4d4 /package/network/ipv6/odhcp6c | |
parent | cb8ca4bdb81044a79ef6bdc9ea3c42cf2ed2899a (diff) | |
download | upstream-3ce83eb9a0833504221f0ca0575e58da352bca2c.tar.gz upstream-3ce83eb9a0833504221f0ca0575e58da352bca2c.tar.bz2 upstream-3ce83eb9a0833504221f0ca0575e58da352bca2c.zip |
odhcp6c: export passthru options as netifd data
SVN-Revision: 40825
Diffstat (limited to 'package/network/ipv6/odhcp6c')
-rwxr-xr-x | package/network/ipv6/odhcp6c/files/dhcpv6.script | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/ipv6/odhcp6c/files/dhcpv6.script b/package/network/ipv6/odhcp6c/files/dhcpv6.script index 7a7f76f833..42c67c19c2 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" |