[Bug 289295] Host IP address ARP mapping jumps to address-less epair interface added to a bridge unexpectedly
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Sep 2025 11:33:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289295 --- Comment #13 from Lexi Winter <ivy@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.