From: Steven Barth Date: Tue, 18 Feb 2014 18:30:47 +0000 (+0000) Subject: odhcp6c: readd userclass and vendorclass X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=90a07596e151912680abfd58b15524dc9aac5325;p=15.05%2Fopenwrt.git odhcp6c: readd userclass and vendorclass git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39628 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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() {