diff options
author | Steven Barth <steven@midlink.org> | 2014-02-18 18:30:47 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-02-18 18:30:47 +0000 |
commit | 90a07596e151912680abfd58b15524dc9aac5325 (patch) | |
tree | 289f90ec2d844ed3ba6fe56410a5369dedb6510d /package | |
parent | cd796d2b0c6c6e3a9c15e05e15c7280eefcb4178 (diff) | |
download | upstream-90a07596e151912680abfd58b15524dc9aac5325.tar.gz upstream-90a07596e151912680abfd58b15524dc9aac5325.tar.bz2 upstream-90a07596e151912680abfd58b15524dc9aac5325.zip |
odhcp6c: readd userclass and vendorclass
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39628 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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() { |