diff options
Diffstat (limited to 'security/pf/pkg-message')
-rw-r--r-- | security/pf/pkg-message | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/security/pf/pkg-message b/security/pf/pkg-message index 8e55984e22c5..02f150ce6ffb 100644 --- a/security/pf/pkg-message +++ b/security/pf/pkg-message @@ -1,9 +1,15 @@ -=========================================================================== -Please set the folloing variables in /etc/rc.conf according to your needs: +To use pf, please follow these steps: -pf_enable = "Yes" -pf_logd = "Yes" -pf_conf = "%%PREFIX%%/etc/pf.conf" +1. Add kernel options into your kernel config file and recompile kernel: -They are used within %%PREFIX%%/etc/rc.d/pf.sh to bring pf up! -=========================================================================== +device bpf +options PFIL_HOOKS +options RANDOM_IP_ID + +2. Please set the following variables in /etc/rc.conf according to your needs: + +pf_enable="Yes" +pf_logd="Yes" +pf_conf="%%PREFIX%%/etc/pf.conf" + +3. Check %%PREFIX%%/etc/rc.d/pf.sh, it is the startup script for pf! |