aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2025-06-17 14:33:04 +0000
committerEd Maste <emaste@FreeBSD.org>2025-06-17 14:34:54 +0000
commit6d8cfd29d477c64376b3e286946cddb93c7373c5 (patch)
tree3a21f736757737b8bd23ba7545615c4f05c4a065
parente2a605e7ab7ff83d15b1a0b994223768169b0f1e (diff)
RELNOTES: Correct hash for member_ifaddrs change
PR: 287587 Reported by: Graham Perrin Event: Kitchener-Waterloo Hackathon 202506 Fixes: 8ff7c4d56f21 ("RELNOTES: document bridge(4) member_ifaddrs change") Sponsored by: The FreeBSD Foundation
-rw-r--r--RELNOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index efac884e45f5..133d68f87df0 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -15,7 +15,7 @@ cd240957d7ba
for localhost) is now disabled by default. This functionality can be
re-enabled by setting the net.inet.ip.connect_inaddr_wild sysctl to 1.
-4d618f6ced86
+b61850c4e6f6
The bridge(4) sysctl net.link.bridge.member_ifaddrs now defaults to 0,
meaning that interfaces added to a bridge may not have IP addresses
assigned. Refer to bridge(4) for more information.