diff options
-rwxr-xr-x | etc/rc.linkup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.linkup b/etc/rc.linkup index a249bed..1994336 100755 --- a/etc/rc.linkup +++ b/etc/rc.linkup @@ -51,7 +51,7 @@ function handle_argument_group($iface, $argument2) { $staticv4 = is_ipaddrv4($ipaddr); $staticv6 = false; if (empty($ip6addr)) - $statcv6 = true; + $staticv6 = true; else $staticv6 = is_ipaddrv6($ip6addr); if ($staticv4 === true && $staticv6 === true) { |