diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-02-18 18:30:47 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-02-18 18:30:47 +0000 |
commit | 97faa098a2d03e4e7bb72f8b111cbb9afe90512e (patch) | |
tree | 47a5082a53235296b2cb480a5c381c774c98a65a /package/network/ipv6/odhcp6c/files | |
parent | 2288dd072bd892df457df62d0706652786521fbe (diff) | |
download | upstream-97faa098a2d03e4e7bb72f8b111cbb9afe90512e.tar.gz upstream-97faa098a2d03e4e7bb72f8b111cbb9afe90512e.tar.bz2 upstream-97faa098a2d03e4e7bb72f8b111cbb9afe90512e.zip |
odhcp6c: readd userclass and vendorclass
SVN-Revision: 39628
Diffstat (limited to 'package/network/ipv6/odhcp6c/files')
-rwxr-xr-x | package/network/ipv6/odhcp6c/files/dhcpv6.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/network/ipv6/odhcp6c/files/dhcpv6.sh b/package/network/ipv6/odhcp6c/files/dhcpv6.sh index 07259735ff..d8adb71696 100755 --- a/package/network/ipv6/odhcp6c/files/dhcpv6.sh +++ b/package/network/ipv6/odhcp6c/files/dhcpv6.sh @@ -16,6 +16,8 @@ proto_dhcpv6_init_config() { proto_config_add_string iface_dslite proto_config_add_string 'ifaceid:ip6addr' proto_config_add_string 'sourcerouting:bool' + proto_config_add_string "userclass" + proto_config_add_string "vendorclass" } proto_dhcpv6_setup() { |