summaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/odhcp6c/files/dhcpv6.sh
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2013-06-25 05:18:20 +0000
committerSteven Barth <cyrus@openwrt.org>2013-06-25 05:18:20 +0000
commitcb66ed972bb25e341a659884df598b936b606388 (patch)
treef06c460a30bdafbd825ffd4942384d851a1a6b67 /package/network/ipv6/odhcp6c/files/dhcpv6.sh
parent9a077f70de63a46cffddd33f6d9a49747b6f600c (diff)
downloadmaster-31e0f0ae-cb66ed972bb25e341a659884df598b936b606388.tar.gz
master-31e0f0ae-cb66ed972bb25e341a659884df598b936b606388.tar.bz2
master-31e0f0ae-cb66ed972bb25e341a659884df598b936b606388.zip
odhcp6c: Add missing config option "ifaceid"
SVN-Revision: 37033
Diffstat (limited to 'package/network/ipv6/odhcp6c/files/dhcpv6.sh')
-rwxr-xr-xpackage/network/ipv6/odhcp6c/files/dhcpv6.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/ipv6/odhcp6c/files/dhcpv6.sh b/package/network/ipv6/odhcp6c/files/dhcpv6.sh
index c5e77c65b4..34b53c58b6 100755
--- a/package/network/ipv6/odhcp6c/files/dhcpv6.sh
+++ b/package/network/ipv6/odhcp6c/files/dhcpv6.sh
@@ -12,6 +12,7 @@ proto_dhcpv6_init_config() {
proto_config_add_string "noslaaconly"
proto_config_add_string "norelease"
proto_config_add_string "ip6prefix"
+ proto_config_add_string "ifaceid"
}
proto_dhcpv6_setup() {