[Bug 266586] vnet bridge with IP address is not working when configured via rc.conf
Date: Sun, 25 Sep 2022 06:09:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266586
Zhenlei Huang <zlei.huang@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zlei.huang@gmail.com
--- Comment #3 from Zhenlei Huang <zlei.huang@gmail.com> ---
Can you please try this in /etc/rc.conf ?
cloned_interfaces="bridge1"
create_args_bridge1="addm vtnet0"
ifconfig_bridge1="inet 192.168.10.100 netmask 255.255.255.0"
or
cloned_interfaces="bridge1"
ifconfig_bridge1="addm vtnet0 inet 192.168.10.100 netmask 255.255.255.0"
--
You are receiving this mail because:
You are the assignee for the bug.