diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 2b0ca9b736..35d89971cf 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -255,7 +255,7 @@ function interfaces_optional_configure_if($opti) { interfaces_opt_dhcp_configure($opti); } else { mwexec("/sbin/ifconfig " . escapeshellarg($optcfg['if']) . " " . - escapeshellarg($optcfg['ipaddr'] . "/" . $optcfg['subnet'])); + escapeshellarg($optcfg['ipaddr'] . "/" . $optcfg['subnet']); } } } else {