Hi, all

>  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");

How about the above ?  Something wrong ?
Please give me some advice...

Sincerely,

--
Mikio Kishi


On Sun, Oct 18, 2009 at 3:52 AM, Mikio Kishi <mki...@104.net> wrote:
> 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