hep-gc / shoal

A squid cache publishing and advertising tool designed to work in fast changing environments
Apache License 2.0
4 stars 8 forks source link

Private network definitions are wrong (too broad) #35

Closed rptaylor closed 10 years ago

rptaylor commented 10 years ago

This definition of private network address spaces is incorrect: PRIVATE_ADDRESS = ('10.','172.','192.')

See for example http://en.wikipedia.org/wiki/Private_network

This would affect the Australian T2, which has addresses starting at 192.231.127 .

robprior commented 10 years ago

Merged fix. See https://github.com/hep-gc/shoal/blob/master/shoal-agent/shoal-agent#L25