<div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hello,<div><br></div><div>Inside my squid.conf I'm setting up ACL like this:</div><div><br></div><div><div>http_port <a href="http://0.0.0.0:20740" target="_blank">0.0.0.0:20740</a> name=20740</div><div>acl ip10740 myportname 20740</div></div><div><br></div><div>and then</div><div><br></div><div>tcp_outgoing_address x.x.x.x ip10740<br></div><div><br></div><div>I've got over 65536 (about 80k) ACL inside my squid.conf and squid throws this error:</div><div><br></div><div>ERROR: The value '65536' is larger than the type 'short'.<br></div><div><br></div><div>Well, that's really unfortunate, I'm good at reading C language, but does anyone know whether there is a workaround without having to dig into the code to change variable type of if not, what variable and where should I change it ?</div><div><br></div><div>I'm afraid this could break things but it's not like I've got many choices at the current state.</div><div><br></div><div>Thanks!</div></div></div></div></div></div>
</div></div>