Re: git: b61850c4e6f6 - main - bridge(4): default net.link.bridge.member_ifaddrs to false

From: Lexi Winter <ivy_at_FreeBSD.org>
Date: Fri, 16 May 2025 12:17:27 UTC
Cy Schubert:
> This patch breaks VNET jails.
 
oops, sorry!  however, i can't reproduce this and did test with VNET
jails before landing it, so there must be another factor involved.

> bob# service jail onestart test2
> Starting jails: cannot start jail  "test2": 
> epair0a
> ifconfig: ioctl (SIOCAIFADDR): Invalid argument
> jail: test2: /sbin/ifconfig epair0a inet 10.1.1.70 netmask 0xffffff00 up: 
> failed

> .
> bob# ifconfig epair0a inet 10.1.1.70 netmask 0xffffff00
> ifconfig: ioctl (SIOCAIFADDR): Invalid argument
> bob# ifconfig epair0a inet up                          
> bob# 

is "epair0a" also in a bridge?  if so, this is intentional.  if not, i am
not sure what is going on, but could you please show the full "ifconfig"
output at the point this fails?