mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
rc: Update ipfilter example rules location
It was originally /usr/src/contrib/ipfilter/rules and moved to
/usr/src/share/examples/ipfilter/rules in 41edb306f0.
Point to users to /usr/src/share/examples/ipfilter instead, as the base
directory also contains example rules.
Reviewed by: emaste
Approved by: emaste (mentor)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D47392
This commit is contained in:
parent
0187bc8a47
commit
8934526be1
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ natd_flags="" # Additional flags for natd.
|
|||
ipfilter_enable="NO" # Set to YES to enable ipfilter functionality
|
||||
ipfilter_program="/sbin/ipf" # where the ipfilter program lives
|
||||
ipfilter_rules="/etc/ipf.rules" # rules definition file for ipfilter, see
|
||||
# /usr/src/contrib/ipfilter/rules for examples
|
||||
# /usr/src/share/examples/ipfilter for examples
|
||||
ipfilter_flags="" # additional flags for ipfilter
|
||||
ipfilter_optionlist="" # optionlist for ipf(8) -T
|
||||
ippool_enable="NO" # Set to YES to enable ip filter pools
|
||||
|
|
|
|||
Loading…
Reference in a new issue