]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
BPF: Start with the EOF marker set
authorRoy Marples <roy@marples.name>
Sun, 9 Mar 2025 19:56:40 +0000 (19:56 +0000)
committerRoy Marples <roy@marples.name>
Sun, 9 Mar 2025 19:56:40 +0000 (19:56 +0000)
commit7dfeb363c60759b7b003ad6825a9742cecd330ce
treec83ded6752affe38a7119c668888d64f38656df8
parent733a4733e50b22c8b130c531257779f5eab42973
BPF: Start with the EOF marker set

This will allow us to abort any BPF read loop if it's reset.
While here, delay restarting DHCP slightly to allow privsep builds
to recover the same error.

Fixes #481.
src/bpf.c
src/dhcp.c
src/if-linux.c