Fix a typo in an IP address

Submitted by:	tilo kremer <tilo_kremer@kunsthochschule.uni-hamburg.de>
This commit is contained in:
Marc Fonvieille 2002-07-30 16:08:29 +00:00
parent 7793f4eca6
commit b040255d25
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13747

View file

@ -273,7 +273,7 @@ add check-state
# Throw away RFC 1918 networks
add drop all from 10.0.0.0/8 to any in via fxp0
add drop all from 172.16.0.0/12 to any in via fxp0
add drop all from 192.68.0.0/16 to any in via fxp0
add drop all from 192.168.0.0/16 to any in via fxp0
# Allow the bridge machine to say anything it wants
# (if the machine is IP-less don't include these rows)