https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289295
--- Comment #2 from v...@fbsd.ru --- That is the tricky part - bridge appearead as part of container startup procedure by 3rd party software installed by ports, which manages jails - cbsd. So, knowledge and time execution is distributed - I know that interface igb0 is external interface, which has IP, so configure it in rc.conf and applyed on startup. cbsd knows that vnet container to be bridged with igb0, so it setups bridge and adds both epair and igb0 into bridge on first such vnet container start. In this layout reassign address to bridge interface on container start sounds really strange (and will require to adjust firewall configuration, for example). Probably, it is up to bridge driver to handle such internaly? -- You are receiving this mail because: You are the assignee for the bug.