Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
45f98dc1
Commit
45f98dc1
authored
Oct 31, 2014
by
Ad Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fix
parent
3bc74e1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
filter.inc
etc/inc/filter.inc
+1
-1
rc
etc/rc
+1
-0
No files found.
etc/inc/filter.inc
View file @
45f98dc1
...
...
@@ -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
;
...
...
etc/rc
View file @
45f98dc1
...
...
@@ -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..."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment