Deleted Added
full compact
example.11 (145510) example.11 (153877)
1# $FreeBSD: vendor/ipfilter/dist/contrib/ipfilter/rules/example.11 145510 2005-04-25 17:31:50Z darrenr $
2#
3# allow any TCP packets from the same subnet as foo is on through to host
4# 10.1.1.2 if they are destined for port 6667.
5#
6pass in proto tcp from 10.2.2.2/24 to 10.1.1.2/32 port = 6667
7#
8# allow in UDP packets which are NOT from port 53 and are destined for
9# localhost

--- 18 unchanged lines hidden ---
1#
2# allow any TCP packets from the same subnet as foo is on through to host
3# 10.1.1.2 if they are destined for port 6667.
4#
5pass in proto tcp from 10.2.2.2/24 to 10.1.1.2/32 port = 6667
6#
7# allow in UDP packets which are NOT from port 53 and are destined for
8# localhost

--- 18 unchanged lines hidden ---