mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Put the end of code marker :)
This commit is contained in:
parent
3a12bcc49b
commit
8d2a614b24
@ -361,7 +361,7 @@ function system_routing_configure($interface = "") {
|
||||
foreach($config['installedpackages']['olsrd']['config'] as $olsrd) {
|
||||
if(($olsrd['enabledyngw'] == "on") && ($olsrd['enable'] == "on")) {
|
||||
$dont_add_route = true;
|
||||
log_error("Not adding default route because OLSR dynamic gateway is enabled.")
|
||||
log_error("Not adding default route because OLSR dynamic gateway is enabled.");
|
||||
break;
|
||||
}
|
||||
}
|
||||
@ -1471,4 +1471,4 @@ function get_possible_listen_ips() {
|
||||
$listenips[] = $tmp;
|
||||
return $listenips;
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user