[Bug 289295] Host IP address ARP mapping jumps to address-less epair interface added to a bridge unexpectedly
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289295 --- Comment #10 from [email protected] --- root case of the problem seems in how we configure cloned interfaces I think, on rc we do following: ifconfig ifnameX create ... then devd does his unexpected black magic ifconfig ifnameX <config> so, config applied when we already have some "magic" from devd ... probably, we'd better to do ifconfig ifnameX create <config> so, not provide any window for devd to jump into ... -- You are receiving this mail because: You are the assignee for the bug.