]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
if: Keep the PF_LINK socket open throughout
authorRoy Marples <roy@marples.name>
Fri, 5 Jun 2020 11:23:51 +0000 (12:23 +0100)
committerRoy Marples <roy@marples.name>
Fri, 5 Jun 2020 11:23:51 +0000 (12:23 +0100)
commit1257d32e30c37a3552de5114e38cd2fe684c8f3b
tree4d173e3ec53d27247d37d7368400dc130ed570e0
parent14af21e525d20018c73466f4c90afc3c4c2567fc
if: Keep the PF_LINK socket open throughout

Saves opening it and closing it each time we discover interfaces.
src/dhcpcd.c
src/dhcpcd.h
src/if.c