Correctly enable secure mode. Do not enable when dynamic gateway is enabled.

This commit is contained in:
Scott Ullrich 2006-08-23 23:21:43 +00:00
parent 4727b543b4
commit aac0e00c65

View File

@ -1070,7 +1070,7 @@ EODB;
}
if($olsrd['enabledyngw'] == "on") {
if($olsrd['enabledsecure'] == "on") {
$olsr .= <<<EODC
LoadPlugin "/usr/local/lib/olsrd_secure.so.0.5"