sync busybox and udhcp trees

This commit is contained in:
Mike Frysinger
2006-03-23 03:05:05 +00:00
parent e1d41b3102
commit 13c8327b79
7 changed files with 21 additions and 14 deletions

View File

@ -469,6 +469,7 @@ int main(int argc, char *argv[])
(unsigned long) packet.xid, xid);
continue;
}
/* Ignore packets that aren't for us */
if (memcmp(packet.chaddr, client_config.arp, 6)) {
DEBUG(LOG_INFO, "packet does not have our chaddr -- ignoring");