[Bug 289295] Host IP address ARP mapping jumps to address-less epair interface added to a bridge unexpectedly

[email protected]
Newsgroups gmane.os.freebsd.devel.net
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289295

--- Comment #13 from Lexi Winter <[email protected]> ---
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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.