]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
privsep: Ensure command is for BPF first and interface valid second
authorRoy Marples <roy@marples.name>
Fri, 9 Oct 2020 13:45:57 +0000 (14:45 +0100)
committerRoy Marples <roy@marples.name>
Fri, 9 Oct 2020 13:45:57 +0000 (14:45 +0100)
commitcf81b6b9428f1cce9d685f47ac3c2f411416f237
tree9f2b5302021fb0f62d7e95cbc6f478ee31836cc5
parent6a5456df2211fcb1969044e6c678a5c8aa7f07d2
privsep: Ensure command is for BPF first and interface valid second

Otherwise we won't call inet_dispatch on a message meant for it.
src/privsep-bpf.c