mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
firewall: typo in previous
This commit is contained in:
parent
80b9a81681
commit
e1b8871961
@ -302,7 +302,7 @@ abstract class Rule
|
||||
$this->interfaceMapping[$value]['ipaddrv6'] == '6to4')) {
|
||||
return "{$prefix}". "{$value}_stf" ."{$suffix} ";
|
||||
} else {
|
||||
/* XXX 'dhcp6usev4iface' is no handled correctly as well: uses PPPoE interface! */
|
||||
/* XXX 'dhcp6usev4iface' is not handled correctly as well: uses PPPoE interface! */
|
||||
return "{$prefix}". $this->interfaceMapping[$value]['if']."{$suffix} ";
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user