mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Set pfsync0 as down when it's not being used
This commit is contained in:
parent
b32ea59d5a
commit
fb6a3e7a1a
@ -1874,7 +1874,7 @@ function interfaces_carp_setup() {
|
||||
log_error("pfsync done in $i seconds.");
|
||||
log_error("Configuring CARP settings finalize...");
|
||||
} else {
|
||||
mwexec("/sbin/ifconfig pfsync0 -syncdev -syncpeer", false);
|
||||
mwexec("/sbin/ifconfig pfsync0 -syncdev -syncpeer down", false);
|
||||
}
|
||||
|
||||
if($config['virtualip']['vip'])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user