summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/rules/example.12
blob: 6dbaef58c561397b540cd5f97fff7fc6e82cbc8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$FreeBSD$
#
# get rid of all short IP fragments (too small for valid comparison)
#
block in proto tcp all with short
#
# drop and log any IP packets with options set in them.
#
block in log all with ipopts
#
# log packets with BOTH ssrr and lsrr set
#
log in all with opt lsrr,ssrr
#
# drop any source routing options
#
block in quick all with opt lsrr
block in quick all with opt ssrr
OpenPOWER on IntegriCloud