Correct a copy and paste error using the variable name from the

legacy IP handling rather than the IPv6 version.

Reported by:	Pegasus Mc Cleaft (ken mthelicon.com)
Tested by:	Pegasus Mc Cleaft (ken mthelicon.com)
MFC after:	2 days
X-MFX with:	r197139
This commit is contained in:
Bjoern A. Zeeb 2009-09-13 20:19:02 +00:00
parent 94dc815e34
commit fc261d1dfa

View File

@ -132,7 +132,7 @@ inet6_static()
if [ -n "${ipv6_static_routes}" ]; then
for i in ${ipv6_static_routes}; do
ipv6_route_args=`get_if_var $i ipv6_route_IF`
route ${_action} -inet6 ${route_args}
route ${_action} -inet6 ${ipv6_route_args}
done
fi