When I configure vlans like this
=
cloned_interfaces="${cloned_interfaces} vlan221"
ifconfig_vlan221="inet 10.2.2.241/28 vlan 221 vlandev igb0 NOAUTO"
=
then NOAUTO clause has no effect
Small patch to allow NOAUTO for any interface:
===cut here===
*** /etc/network.subr.orig Tue Au
On 28/07/2019 18:08, Eugene Grosbein wrote:
28.07.2019 21:50, Victor Gamov wrote:
I have configuration where bridge interface need to be down at startup.
But "ifconfig_bridge2="down" is not working: bridge always up
How I can 'down' bridge interface at startup?
If you use rc.conf to configu
28.07.2019 21:50, Victor Gamov wrote:
> I have configuration where bridge interface need to be down at startup.
>
> But "ifconfig_bridge2="down" is not working: bridge always up
>
> How I can 'down' bridge interface at startup?
If you use rc.conf to configure it, please read rc.conf(5) manual p
Hi All
I have configuration where bridge interface need to be down at startup.
But "ifconfig_bridge2="down" is not working: bridge always up
How I can 'down' bridge interface at startup?
--
CU,
Victor Gamov
___
freebsd-net@freebsd.org mailing list
h