diff options
author | Steven Barth <steven@midlink.org> | 2013-07-03 13:51:14 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2013-07-03 13:51:14 +0000 |
commit | 3653e6e54d43fe76418e0c0a61c7a6d769b6f340 (patch) | |
tree | 86d3d9195fff0f878981f2388866897a1f34164d /package/odhcp6c/files/dhcpv6.sh | |
parent | 1da638576cc1d02deb2ce04c54d73bf1ae262b15 (diff) | |
download | upstream-3653e6e54d43fe76418e0c0a61c7a6d769b6f340.tar.gz upstream-3653e6e54d43fe76418e0c0a61c7a6d769b6f340.tar.bz2 upstream-3653e6e54d43fe76418e0c0a61c7a6d769b6f340.zip |
AA: odhcp6c: backport r37148
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37149 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/odhcp6c/files/dhcpv6.sh')
-rwxr-xr-x | package/odhcp6c/files/dhcpv6.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/odhcp6c/files/dhcpv6.sh b/package/odhcp6c/files/dhcpv6.sh index 34b53c58b6..bf6cd9aa62 100755 --- a/package/odhcp6c/files/dhcpv6.sh +++ b/package/odhcp6c/files/dhcpv6.sh @@ -12,6 +12,7 @@ proto_dhcpv6_init_config() { proto_config_add_string "noslaaconly" proto_config_add_string "norelease" proto_config_add_string "ip6prefix" + proto_config_add_string "iface_dslite" proto_config_add_string "ifaceid" } |