mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
allow a diff ip address for gateway monitor
This commit is contained in:
parent
b5376d0e62
commit
3c07ce5e1f
@ -134,7 +134,8 @@ if ($_POST) {
|
||||
$gateway['name'] = $_POST['name'];
|
||||
$gateway['gateway'] = $_POST['gateway'];
|
||||
$gateway['descr'] = $_POST['descr'];
|
||||
|
||||
$gateway['monitor'] = $_POST['monitor'];
|
||||
|
||||
if ($_POST['defaultgw'] == "yes") {
|
||||
$i = 0;
|
||||
foreach($a_gateways as $gw) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user