udhcpc: filter unwanted packets in kernel
(Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>)
This commit is contained in:
@@ -452,7 +452,8 @@ int udhcpc_main(int argc, char **argv)
|
||||
|
||||
if (listen_mode == LISTEN_KERNEL)
|
||||
len = udhcp_recv_packet(&packet, sockfd);
|
||||
else len = get_raw_packet(&packet, sockfd);
|
||||
else
|
||||
len = get_raw_packet(&packet, sockfd);
|
||||
|
||||
if (len == -1) { /* error is severe, reopen socket */
|
||||
DEBUG("error on read, %s, reopening socket", strerror(errno));
|
||||
|
Reference in New Issue
Block a user