]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
OpenBSD: When attaching INET6 set IFF_UP
authorRoy Marples <roy@marples.name>
Wed, 26 Apr 2023 10:52:17 +0000 (11:52 +0100)
committerRoy Marples <roy@marples.name>
Wed, 26 Apr 2023 10:52:17 +0000 (11:52 +0100)
commit985aa759da7b8b1c47d5e90c5a6e835ec17855e8
tree99e908e03a559739dfc5c0e51496a607b8c6cc78
parentd3e526f524a302445a741d6291cd32ba81e45226
OpenBSD: When attaching INET6 set IFF_UP

Because some, if not all, OpenBSD interface drivers do this.
https://github.com/openbsd/src/blob/master/sys/dev/pv/if_vio.c#L856

With this hack, dhcpcd can now operate at boot time without any
manual interface setup.
src/if-bsd.c
src/if-linux.c
src/if-sun.c
src/if.h