projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2288dd0
)
odhcp6c: readd userclass and vendorclass
author
Steven Barth
<cyrus@openwrt.org>
Tue, 18 Feb 2014 18:30:47 +0000
(18:30 +0000)
committer
Steven Barth
<cyrus@openwrt.org>
Tue, 18 Feb 2014 18:30:47 +0000
(18:30 +0000)
SVN-Revision: 39628
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 07259735ff73dc6cba6c784996892da5477e2ac4..d8adb71696de248bf319b848fd9d0bc7df11cd0c 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() {