SIOCSIFXFLAGS drops into the SIOCSIFFLAGS to perform auto-up of the
authorderaadt <deraadt@openbsd.org>
Fri, 7 Jan 2022 16:39:18 +0000 (16:39 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 7 Jan 2022 16:39:18 +0000 (16:39 +0000)
commit232f2bf62812d84b0765ad5f23c8080d6a2f8284
treea9e4ccb63d0a22d295c89c4dcb06ad5fd7b05224
parent8534b1260f72d603c4ba279939b6aca94ce0402c
SIOCSIFXFLAGS drops into the SIOCSIFFLAGS to perform auto-up of the
interface. If this operation fails (probably due to missing firmware),
we must undo changes to the SIOCSIFXFLAGS xflags.
ok stsp.
sys/net/if.c