mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
minor fix
This commit is contained in:
parent
3bc74e1ae7
commit
45f98dc12e
@ -3325,7 +3325,7 @@ function filter_rules_spoofcheck_generate($ifname, $ifcfg, $log) {
|
||||
$mt = microtime();
|
||||
echo "filter_rules_spoofcheck_generate() being called $mt\n";
|
||||
}
|
||||
$ipfrules = "antispoof {$log['block']} for \${$ifcfg['descr']} tracker {$tracker}\n";
|
||||
$ipfrules = "antispoof {$log['block']} for \${$ifcfg['descr']} \n";
|
||||
$tracker++;
|
||||
|
||||
return $ipfrules;
|
||||
|
||||
1
etc/rc
1
etc/rc
@ -406,6 +406,7 @@ fi
|
||||
export fcgipath=/var/run/php-fpm.socket
|
||||
chmod u+rx /usr/local/opnsense/check_reload_status.py
|
||||
/usr/bin/nice -n20 /usr/local/opnsense/check_reload_status.py
|
||||
sleep 1 # give check_reload_status some time to load to prevent missing socket
|
||||
|
||||
# let the PHP-based configuration subsystem set up the system now
|
||||
echo -n "Launching the init system..."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user