Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2021 14:52:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 256906] Network bridging settings are not fully applied from "rc .conf"
Message-ID:  <bug-256906-227-Ow0ZiZ2NCD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256906-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256906-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256906

--- 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=3D"addm igb0 addm igb1 addm igb2 addm igb3 up"
>ifconfig_bridge0=3D"inet 192.168.1.1 netmask 255.255.255.0"

Second line overrides the first one, try to combine them

ifconfig_bridge0=3D"inet 192.168.1.1 netmask 255.255.255.0 addm igb0 addm i=
gb1
addm igb2 addm igb3 up"

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256906-227-Ow0ZiZ2NCD>