repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
dist
/
ipf
/
rules
/
example.9
blob
2b203ba7cef70204ce89db3db78fd8751376886d
1
# $NetBSD$
2
#
3
# drop all packets without IP security options
4
#
5
block in all
6
pass in all with opt sec
7
#
8
# only allow packets in and out on le1 which are top secret
9
#
10
block out on le1 all
11
pass out on le1 all with opt sec-class topsecret
12
block in on le1 all
13
pass in on le1 all with opt sec-class topsecret