]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
add ACL_SRC_ARP
authorwessels <>
Sat, 6 Dec 1997 03:58:31 +0000 (03:58 +0000)
committerwessels <>
Sat, 6 Dec 1997 03:58:31 +0000 (03:58 +0000)
src/enums.h

index 5ed273c3b8ced95864d3207c7a2cd43db39debfe..c7144e22970bb780c88644febeed61b59d28a0f7 100644 (file)
@@ -62,6 +62,7 @@ typedef enum {
     ACL_PROXY_AUTH,
     ACL_SRC_ASN,
     ACL_DST_ASN,
+    ACL_SRC_ARP,
     ACL_ENUM_MAX
 } squid_acl;