projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd796d2
)
odhcp6c: readd userclass and vendorclass
author
Steven Barth
<steven@midlink.org>
Tue, 18 Feb 2014 18:30:47 +0000
(18:30 +0000)
committer
Steven Barth
<steven@midlink.org>
Tue, 18 Feb 2014 18:30:47 +0000
(18:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39628
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/network/ipv6/odhcp6c/files/dhcpv6.sh
patch
|
blob
|
history
diff --git
a/package/network/ipv6/odhcp6c/files/dhcpv6.sh
b/package/network/ipv6/odhcp6c/files/dhcpv6.sh
index
0725973
..
d8adb71
100755
(executable)
--- 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() {