Sync usage with man page.
[netbsd-mini2440.git] / dist / ipf / rules / example.9
blob2b203ba7cef70204ce89db3db78fd8751376886d
1 #       $NetBSD$
3 # drop all packets without IP security options
5 block in all
6 pass in all with opt sec
8 # only allow packets in and out on le1 which are top secret
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