From nobody Tue May 20 21:45:23 2025 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4b27QZ3sz0z5w2Rt for ; Tue, 20 May 2025 21:45:42 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx2.enfer-du-nord.net (mx2.enfer-du-nord.net [IPv6:2a01:4f9:c012:7a3f::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4b27QZ0shmz3VpL; Tue, 20 May 2025 21:45:41 +0000 (UTC) (envelope-from trashcan@ellael.org) Authentication-Results: mx1.freebsd.org; none Received: from smtpclient.apple (p200300fb4f0232013807a69caff426c3.dip0.t-ipconnect.de [IPv6:2003:fb:4f02:3201:3807:a69c:aff4:26c3]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.enfer-du-nord.net (Postfix) with ESMTPSA id 4b27QP70HQz1JTD; Tue, 20 May 2025 23:45:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellael.org; s=dkim; t=1747777534; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IfT0ZU817OGJYDdGzlyp4kzKQyAZ1IVJM5jZMtCJHoU=; b=FErImobhq1YCFCtsZXD5ij93GX4+bWbXqA8w60e/wZo4xSEEpaC/+CdT7dnIVEG4IDQSmf yLKKbVL/uLxxPshCZHcZbdnszHWAPZMzM8E/eHjJAAgKx8nQPW8VnMB9LB80iD7gvDuO7t 8YGGgZl+ToGjDmxvBjP01izk7NF6FGifFa0eWdk7KWQrxFwWqzCUkXK8kD2UcE6zJs7Kq2 nMegsSmnFFHTuFEibVKejjT7RLYvv34DdYYvJn6WPnJW1Eguv1mseIEemVXPmSi/+/tApr /7bTQuYmg8iio7eMK+4LXXpVeJ5VOrw4NbhAChqEMTKlYoiYem2188GMifPtkg== Content-Type: text/plain; charset=utf-8 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.600.51.1.1\)) Subject: Re: epair(4) From: Michael Grimm In-Reply-To: <369F5F7C-F88E-4C92-9DE0-C0FB0E5EFD54@FreeBSD.org> Date: Tue, 20 May 2025 23:45:23 +0200 Cc: freebsd-current@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <43BAB886-2553-4EFE-9341-660F4D209B10@ellael.org> References: <20250515162552.9209B20E@slippy.cwsent.com> <20250515185919.87008219@slippy.cwsent.com> <45d0f49d-229b-46b4-af95-6e8c4c856661@plan-b.pwste.edu.pl> <2D38F889-E8C9-49A9-AA80-D5A46FDFFD02@FreeBSD.org> <6e33a247-4b2a-4f7c-8e1f-14a549db27cd@plan-b.pwste.edu.pl> <47624B57-16CA-4141-9761-A51F9E3F4078@FreeBSD.org> <75A8047F-73E0-467F-8005-7CA1ADA09788@ellael.org> <369F5F7C-F88E-4C92-9DE0-C0FB0E5EFD54@FreeBSD.org> To: Kristof Provost X-Mailer: Apple Mail (2.3826.600.51.1.1) X-Rspamd-Queue-Id: 4b27QZ0shmz3VpL X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:2a01:4f9::/32, country:DE] X-Spamd-Bar: ---- Kristof Provost wrote: > On 20 May 2025, at 22:13, Michael Grimm wrote: >> Does "member interfaces" include or exclude the corresponding epair0b = part? > It does not. Typically you=E2=80=99d insert epair0b in a different = vnet, but either way, it is not a member interface of the bridge, so it = can have IP addresses assigned to it. Thanks for the clarification and regards, Michael=