mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
three -> two
This commit is contained in:
parent
5e2a2a1e5c
commit
d1481681bd
@ -114,7 +114,7 @@ if ($_POST) {
|
||||
if ($_POST['mode'] == "carp") {
|
||||
$can_post = true;
|
||||
$found = false;
|
||||
$subnet_ip = return_first_three_octets($_POST['subnet']);
|
||||
$subnet_ip = return_first_two_octets($_POST['subnet']);
|
||||
$iflist = array("lan", "wan");
|
||||
for ($i = 1; isset($config['interfaces']['opt' . $i]); $i++)
|
||||
$iflist['opt' . $i] = 'opt' . $i;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user