summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/rules/example.9
blob: 77968f85d2f4d6e9603de0c475c66e489f8e3726 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# drop all packets without IP security options
#
block in all
pass in all with opt sec
#
# only allow packets in and out on le0 which are top secret
#
block out on le1 all
pass out on le1 all with opt sec-class topsecret
block in on le1 all
pass in on le1 all with opt sec-class topsecret
OpenPOWER on IntegriCloud