From: Steven Barth Date: Tue, 18 Feb 2014 18:30:47 +0000 (+0000) Subject: odhcp6c: readd userclass and vendorclass X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=97faa098a2d03e4e7bb72f8b111cbb9afe90512e;p=openwrt%2Fstaging%2Fjow.git odhcp6c: readd userclass and vendorclass SVN-Revision: 39628 --- 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() {