]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
options: open an address socket to detect if inet6 is available
authorRoy Marples <roy@marples.name>
Sat, 25 Jul 2020 13:22:18 +0000 (14:22 +0100)
committerRoy Marples <roy@marples.name>
Sat, 1 Aug 2020 19:53:11 +0000 (20:53 +0100)
commit465198ad6453f68eb1223615d4ab5deefc0294cf
treec20d73ae4f0c194e61846ef0a0d65b24d3ee74a8
parent44f427f8e6bcc1116d37ff24bb1258473a2bec9c
options: open an address socket to detect if inet6 is available

This should silence dhcpcd warnings if IPv6 is compiled out.
Do the same for IPv4, although that's highly unlikely as
it's kind of required for some interface ioctls.
src/if-options.c