[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

Lexi Winter <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Lexi Winter <[email protected]> ---
> Probably, it is up to bridge driver to handle such internaly?

no, you should change the configuration.  create the bridge interface on
startup, add the external member interface(s), and assign the IP address to the
bridge:

cloned_interfaces="bridge0"
ifconfig_igb0="up"
ifconfig_bridge0="addm igb0 inet 1.2.3.4/24 up"

then when you create a jail, add the interface to the bridge:

ifconfig bridge0 addm epair0a

assigning IP addresses to a bridge member interface doesn't work properly and
is the wrong way to do it.

-- 
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.