Bug 496170

Summary: Add arp filter option
Product: Red Hat Enterprise Linux 5 Reporter: mbrevda
Component: squidAssignee: Jiri Skala <jskala>
Status: CLOSED ERRATA QA Contact: BaseOS QE <qe-baseos-auto>
Severity: medium Docs Contact:
Priority: low    
Version: 5.3CC: aglotov, ovasik
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-03-30 08:18:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description mbrevda 2009-04-16 22:58:06 UTC
Description of problem: In order to proxy requests and take action based on mac address, the following flag needs to be added to ./configure at compile time:

--enable-arp-acl

Version-Release number of selected component (if applicable):
all

How reproducible:
try to add an acl with a mac address

acl myaclgroup arp 00:00:00:00:00:00

squid -k reconfigure

You will get an error about arp not being recognized
  
Actual results:
 This is due to the above flag not being set

Comment 6 errata-xmlrpc 2010-03-30 08:18:30 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHSA-2010-0221.html

Comment 7 mbrevda 2010-03-30 21:20:53 UTC
Thanks!