xref: /netbsd-src/external/bsd/ipf/dist/rules/example.2 (revision bc4097aacfdd9307c19b7947c13c6ad6982527a9)
1*bc4097aaSchristos#	$NetBSD: example.2,v 1.1.1.1 2012/03/23 21:20:15 christos Exp $
2*bc4097aaSchristos#
3*bc4097aaSchristos# block all outgoing TCP packets on le0 from any host to port 23 of
4*bc4097aaSchristos# host 10.1.1.2
5*bc4097aaSchristos#
6*bc4097aaSchristosblock out on le0 proto tcp from any to 10.1.1.3/32 port = 23
7