mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correctly enable secure mode. Do not enable when dynamic gateway is enabled.
This commit is contained in:
parent
4727b543b4
commit
aac0e00c65
@ -1070,7 +1070,7 @@ EODB;
|
||||
|
||||
}
|
||||
|
||||
if($olsrd['enabledyngw'] == "on") {
|
||||
if($olsrd['enabledsecure'] == "on") {
|
||||
$olsr .= <<<EODC
|
||||
|
||||
LoadPlugin "/usr/local/lib/olsrd_secure.so.0.5"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user