Deleted Added
full compact
example.sr (145510) example.sr (153877)
1# $FreeBSD: vendor/ipfilter/dist/contrib/ipfilter/rules/example.sr 145510 2005-04-25 17:31:50Z darrenr $
2#
3# log all inbound packet on le0 which has IP options present
4#
5log in on le0 from any to any with ipopts
6#
7# block any inbound packets on le0 which are fragmented and "too short" to
8# do any meaningful comparison on. This actually only applies to TCP
9# packets which can be missing the flags/ports (depending on which part

--- 53 unchanged lines hidden ---
1#
2# log all inbound packet on le0 which has IP options present
3#
4log in on le0 from any to any with ipopts
5#
6# block any inbound packets on le0 which are fragmented and "too short" to
7# do any meaningful comparison on. This actually only applies to TCP
8# packets which can be missing the flags/ports (depending on which part

--- 53 unchanged lines hidden ---