[Bug 256906] Network bridging settings are not fully applied from "rc .conf"

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 30 Jun 2021 17:33:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256906

--- Comment #9 from Zoomion <assiszoom@gmail.com> ---
Problem solved!
Indeed, if you bring the configuration line, in "rc.conf", to the form:
...
cloned_interfaces="bridge0"
ifconfig_bridge0="inet 192.168.17.1/24 addm igb0 addm igb1 addm igb2 addm igb3
up"
ifconfig_igb0="up"
ifconfig_igb1="up"
ifconfig_igb2="up"
ifconfig_igb3="up"
....
, then the network bridge and the connected interfaces will work correctly!

It is necessary to indicate this case in the manuals so that beginners do not
go down the wrong path!
Thank you for your help and quick response !!!
Thank you Marek Zarychta!

-- 
You are receiving this mail because:
You are the assignee for the bug.