]> git.ipfire.org Git - thirdparty/squid.git/commit - src/acl/LocalPort.h
Bug 3239: Rename myip/myport as localip/localport
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 20 Jun 2011 08:51:32 +0000 (20:51 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 20 Jun 2011 08:51:32 +0000 (20:51 +1200)
commit1e40905d2032422270e17d706d86d0eb1d26172f
tree782ae84d186cc80f744d52db8389eb26d5229362
parent9ee33a63b2a1a051b6ad04743c6b1a3e58454215
Bug 3239: Rename myip/myport as localip/localport

There is no actual logic change to this patch.

 * Document what the myip/myport actually match and use the clearer
   names of localip / localport.

 * Cleanly upgrade the ACL types when old versions are seen.

 * Rename all relevant code symbols to match the new names.
doc/release-notes/release-3.2.sgml
src/AclRegs.cc
src/acl/Acl.cc
src/acl/LocalIp.cc [moved from src/acl/MyIp.cc with 90% similarity]
src/acl/LocalIp.h [moved from src/acl/MyIp.h with 86% similarity]
src/acl/LocalPort.cc [moved from src/acl/MyPort.cc with 87% similarity]
src/acl/LocalPort.h [moved from src/acl/MyPort.h with 82% similarity]
src/acl/Makefile.am
src/acl/Strategised.cc
src/cf.data.pre