git: 118254e03d - main - 15.0R/relnotes: Add breaking bridge changes

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Fri, 05 Sep 2025 15:54:37 UTC
The branch main has been updated by ziaee:

URL: https://cgit.FreeBSD.org/doc/commit/?id=118254e03d97b1fbb458a8909b043033a5ddb7c5

commit 118254e03d97b1fbb458a8909b043033a5ddb7c5
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-09-05 15:28:36 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-09-05 15:28:43 +0000

    15.0R/relnotes: Add breaking bridge changes
    
    Reviewed by:            ivy
    Discussed with:         Michael Dexter, Jan Bramkamp
    Discussed with:         bofh, jwd, kp, markj
    Differential Revision:  https://reviews.freebsd.org/D51156
---
 website/content/en/releases/15.0R/relnotes.adoc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc
index 1235446c19..5763769b9a 100644
--- a/website/content/en/releases/15.0R/relnotes.adoc
+++ b/website/content/en/releases/15.0R/relnotes.adoc
@@ -871,6 +871,11 @@ gitref:ae3d7e27abc9[repository=src]
 [[network-general]]
 === General Network
 
+The man:ifconfig[8] utility will no longer accept assigning IP addresses to the underlying member interfaces of a man:bridge[4].
+To temporarily bypass this safeguard, use the net.link.bridge.member_ifaddrs man:sysctl[8].
+This sysctl is expected to be removed in FreeBSD 16.
+gitref:b61850c4e6f6[repository=src]
+
 ARP (man:arp[4]) support for 802-standard networks has been restored; it had been accidentally removed with FDDI support.
 (This is different than the Ethernet standard encapsulation.)
 gitref:d776dd5fbd48[repository=src]