From ebd5b6a51438a426e317d148c9a3542ced35fcc1 Mon Sep 17 00:00:00 2001 From: bz Date: Sun, 13 Sep 2009 20:19:02 +0000 Subject: 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 --- etc/rc.d/routing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/rc.d/routing b/etc/rc.d/routing index f75965c..787eaa1 100755 --- a/etc/rc.d/routing +++ b/etc/rc.d/routing @@ -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 -- cgit v1.1