------------------------------------------------------------ revno: 14005 revision-id: squid3@treenet.co.nz-20160323140531-1rxu73rh74tac7p6 parent: squid3@treenet.co.nz-20160323140051-tywvw5g6nrv0gvp7 committer: Amos Jeffries branch nick: 3.5 timestamp: Thu 2016-03-24 03:05:31 +1300 message: Cleanup: improved EUI debugging ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20160323140531-1rxu73rh74tac7p6 # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # testament_sha1: 40ee17a114b53509fdd4480248cc84d0167e3c65 # timestamp: 2016-03-23 14:50:57 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # base_revision_id: squid3@treenet.co.nz-20160323140051-\ # tywvw5g6nrv0gvp7 # # Begin patch === modified file 'src/eui/Eui48.cc' --- src/eui/Eui48.cc 2016-01-01 00:14:27 +0000 +++ src/eui/Eui48.cc 2016-03-23 14:05:31 +0000 @@ -181,6 +181,7 @@ close(tmpSocket); if (arpReq.arp_ha.sa_family != ARPHRD_ETHER) { + debugs(28, 4, "id=" << (void*)this << " ... not an Ethernet interface: " << arpReq.arp_ha.sa_data); clear(); return false; }