Deleted Added
full compact
example.9 (145510) example.9 (153877)
1# $FreeBSD: vendor/ipfilter/dist/contrib/ipfilter/rules/example.9 145510 2005-04-25 17:31:50Z darrenr $
2#
3# drop all packets without IP security options
4#
5block in all
6pass in all with opt sec
7#
8# only allow packets in and out on le1 which are top secret
9#
10block out on le1 all
11pass out on le1 all with opt sec-class topsecret
12block in on le1 all
13pass in on le1 all with opt sec-class topsecret
1#
2# drop all packets without IP security options
3#
4block in all
5pass in all with opt sec
6#
7# only allow packets in and out on le1 which are top secret
8#
9block out on le1 all
10pass out on le1 all with opt sec-class topsecret
11block in on le1 all
12pass in on le1 all with opt sec-class topsecret