From 97faa098a2d03e4e7bb72f8b111cbb9afe90512e Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 18 Feb 2014 18:30:47 +0000 Subject: odhcp6c: readd userclass and vendorclass SVN-Revision: 39628 --- package/network/ipv6/odhcp6c/files/dhcpv6.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package') diff --git a/package/network/ipv6/odhcp6c/files/dhcpv6.sh b/package/network/ipv6/odhcp6c/files/dhcpv6.sh index 0725973..d8adb71 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() { -- cgit v1.1