https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289295
Lexi Winter <i...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |i...@freebsd.org --- Comment #3 from Lexi Winter <i...@freebsd.org> --- > 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.