diff options
author | 2002-06-25 08:13:25 +0000 | |
---|---|---|
committer | 2002-06-25 08:13:25 +0000 | |
commit | 41d03d6ad83202bbd0560d17a11b04f4d8e5b99c (patch) | |
tree | 995d0743931841784e6ecefe01e689324114de71 /lib | |
parent | hpux emu is to do; from david krause (diff) | |
download | wireguard-openbsd-41d03d6ad83202bbd0560d17a11b04f4d8e5b99c.tar.xz wireguard-openbsd-41d03d6ad83202bbd0560d17a11b04f4d8e5b99c.zip |
move pfctl options -t, -m, -O and -l to pf.conf. These are set using the
"set" keyword. example rulefile:
set optimization aggressive
set timeout { tcp.closing 6, tcp.opening 6 }
set limit { states 1000, frags 1000 }
set loginterface wi0
pass out all keep state label "$nr:$srcaddr:$srcport:$dstaddr:$dstport"
block in all
fries@ is working on an updated pf.conf(5)
discussed at c2k2 and on icb
ok dhartmei@, kjell@
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions