[Bug 256767] ifconfig(8) NOAUTO and rc.conf(5): untimely configuration (up) of a network interface when it should be down
Date: Wed, 25 Aug 2021 22:16:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256767
--- Comment #7 from Mason Loring Bliss <mason@blisses.org> ---
This:
nc -U /var/run/devd.pipe
shows nothing until I type 'ifconfig', at which I see:
# nc -U /var/run/devd.pipe
!system=IFNET subsystem=em0 type=LINK_UP
!system=IFNET subsystem=em0 type=LINK_DOWN
!system=IFNET subsystem=em0 type=LINK_UP
...and this kicks off dhclient. Digging into the rules next to see why.
--
You are receiving this mail because:
You are the assignee for the bug.