summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2014-02-18 18:30:47 +0000
committerSteven Barth <cyrus@openwrt.org>2014-02-18 18:30:47 +0000
commit97faa098a2d03e4e7bb72f8b111cbb9afe90512e (patch)
tree47a5082a53235296b2cb480a5c381c774c98a65a /package
parent2288dd072bd892df457df62d0706652786521fbe (diff)
downloadmtk-20170518-97faa098a2d03e4e7bb72f8b111cbb9afe90512e.zip
mtk-20170518-97faa098a2d03e4e7bb72f8b111cbb9afe90512e.tar.gz
mtk-20170518-97faa098a2d03e4e7bb72f8b111cbb9afe90512e.tar.bz2
odhcp6c: readd userclass and vendorclass
SVN-Revision: 39628
Diffstat (limited to 'package')
-rwxr-xr-xpackage/network/ipv6/odhcp6c/files/dhcpv6.sh2
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 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() {