[Bug 266586] vnet bridge with IP address is not working when configured via rc.conf

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 25 Sep 2022 14:28:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266586

--- Comment #4 from Sebastian S <sharky@schaack.io> ---
You pointed me to the right direction. Thank you !

cloned_interfaces="bridge1"
create_args_bridge1="addm vtnet0"
ifconfig_bridge1="inet 192.168.10.100 netmask 255.255.255.0"

# this command is necessary , without the ip is not reachable.

ifconfig_vtnet0="up"


Where did you get the parameter create_args_bridge1 ? It is not int the
/etc/defaults/rc.conf .

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