aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/netifd/files
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2013-06-28 04:19:21 +0000
committerSteven Barth <cyrus@openwrt.org>2013-06-28 04:19:21 +0000
commitd8051a8814e4630c33d8ae53852cfbdaa1b55638 (patch)
tree472d49b0138d4ccebfb326ecfeceb180170795cd /package/network/config/netifd/files
parentf5a0a578f8ccf7df7a742bb0fcf16b7161fad393 (diff)
downloadupstream-d8051a8814e4630c33d8ae53852cfbdaa1b55638.tar.gz
upstream-d8051a8814e4630c33d8ae53852cfbdaa1b55638.tar.bz2
upstream-d8051a8814e4630c33d8ae53852cfbdaa1b55638.zip
netifd: fix typo in dhcp script
SVN-Revision: 37051
Diffstat (limited to 'package/network/config/netifd/files')
-rwxr-xr-xpackage/network/config/netifd/files/lib/netifd/dhcp.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/netifd/files/lib/netifd/dhcp.script b/package/network/config/netifd/files/lib/netifd/dhcp.script
index b365a53528..50163da514 100755
--- a/package/network/config/netifd/files/lib/netifd/dhcp.script
+++ b/package/network/config/netifd/files/lib/netifd/dhcp.script
@@ -50,7 +50,7 @@ set network.$IFACE6RD.auto=0
set network.$IFACE6RD.peeraddr=$ip6rdbr
set network.$IFACE6RD.ip4prefixlen=$v4mask
set network.$IFACE6RD.ip6prefix=$ip6rdprefix
-set network.$IFCAE6RD.ip6prefixlen=$ip6rdprefixlen
+set network.$IFACE6RD.ip6prefixlen=$ip6rdprefixlen
commit network
EOF