On Apr 4, 2013, at 9:11 AM, jeffrey j donovan <donovan@xxxxxxxxxxxxxx> wrote: > > On Apr 3, 2013, at 2:14 AM, Amos Jeffries <squid3@xxxxxxxxxxxxx> wrote: > >> On 3/04/2013 12:45 p.m., jeffrey j donovan wrote: >>> ARP / MAC / EUI-* operations not supported >> >> What operating system? most of them support MAC address lookups. >> >> What type of IP addresses? IPv6 address ->MAC conversion is not properly supported yet, but the warning should not be showing up on those. >> >> Amos > > Hi Amos > > mac osx 10.6.8 . I have ipv6 disabled on this system. It's a straight ipv4 system. I let it run for about 24 hours, > ERROR: ARP / MAC / EUI-* operations not supported on this operating system. > > over and over, everytime a client connects. I don't think it's hampering the operation in anyway. it's just noisy. In looking at the " Eui48.cc " file, i did not see any directives for osx. Basically it trys windows linux handful of bsd 's Dragonfly, and then kicks out an the error. <snip> if your on my list #else debugs(28, 0, "ERROR: ARP / MAC / EUI-* operations not supported on this operating system."); #endif /* * Address was not found on any interface */ debugs(28, 3, HERE << ipAddr << " NOT found"); clear(); return false; } /* ==== END EUI LOOKUP SUPPORT =============================================== */