Fix a typo in an IP address
Submitted by: tilo kremer <tilo_kremer@kunsthochschule.uni-hamburg.de>
This commit is contained in:
parent
7793f4eca6
commit
b040255d25
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13747
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue