https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289295
--- Comment #13 from Lexi Winter <i...@freebsd.org> --- it's configuring it with the configuration in rc.conf. when the interface comes up, devd runs "/etc/pccard_ether bridge0 start", which runs "/etc/rc.d/netif start bridge0", which configures the interface based on what you put in /etc/rc.conf. so in this case, you should use ifconfig create and let devd configure the interface itself, or else disable devd's automatic configuration (e.g., with NOAUTO) and do it manually (with netif or however you prefer). -- You are receiving this mail because: You are the assignee for the bug.