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:
parent
94dc815e34
commit
fc261d1dfa
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user