]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Revert [da213b6490] because the fd we're reading from could be a generic
authorRoy Marples <roy@marples.name>
Tue, 28 Jun 2016 12:22:51 +0000 (12:22 +0000)
committerRoy Marples <roy@marples.name>
Tue, 28 Jun 2016 12:22:51 +0000 (12:22 +0000)
commit9d751d945ef523602b9ecf39b32b92b521a5400a
treeaf63cc208d449c07a2817e43f5df9ed21e153595
parentb831a425fe5debf7945ed3e4174bcac425fdc05d
Revert [da213b6490] because the fd we're reading from could be a generic
file descriptor and have no concept of packet boundaries
(this is true for BPF).
Re-implement, but cleaner and with more commentary.
arp.c
dhcp.c
if-bsd.c
if-linux.c
if.h