Hi, all

I'd like to use "acl aclname myip" on squid-3.1.0.14 like the following.

 acl testmyip myip 1.1.1.1/32

But, the following error occurred.

 2009/10/16 14:03:21| aclParseAclLine: Invalid ACL type 'myip'

I guess that src/AclReg.cc needs the following line.

 ACL::Prototype ACLMyIP::RegistryProtoype(&ACLMyIP::RegistryEntry_, "myip");

What do you think ?

Sincerely,

--
Mikio Kishi

Reply via email to