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

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

--- Comment #2 from Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> ---
(In reply to Marek Zarychta from comment #1)
The error is here:
>ifconfig_bridge0="addm igb0 addm igb1 addm igb2 addm igb3 up"
>ifconfig_bridge0="inet 192.168.1.1 netmask 255.255.255.0"

Second line overrides the first one, try to combine them

ifconfig_bridge0="inet 192.168.1.1 netmask 255.255.255.0 addm igb0 addm igb1
addm igb2 addm igb3 up"

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