mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
To allow limiters to work correctly on mutliwan for now enforce selecting a gateway on outgoing
This commit is contained in:
parent
b4227df690
commit
fbc75dd598
@ -451,6 +451,8 @@ if ($_POST) {
|
||||
$input_errors[] = gettext("You cannot select one queue and one virtual interface for IN and Out. both must be from the same type.");
|
||||
else if ($dnqlist[$_POST['dnpipe']][0] == "?" && $dnqlist[$_POST['pdnpipe']][0] <> "?")
|
||||
$input_errors[] = gettext("You cannot select one queue and one virtual interface for IN and Out. both must be from the same type.");
|
||||
if ($_POST['direction'] == "out" && empty($_POST['gateway']))
|
||||
$input_errors[] = gettext("Please select a gateway, normaly the interface selected gateway, so the limiters work correctly");
|
||||
}
|
||||
if( !empty($_POST['ruleid']) && !ctype_digit($_POST['ruleid']))
|
||||
$input_errors[] = gettext('ID must be an integer');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user