From 3c62f0f608940dc53bbb92f576bb98fa2eea4b5b Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Mon, 24 Oct 2022 17:58:00 +0200 Subject: [PATCH] RELNOTES: Add an entry for if_bridge l3 filtering default change --- RELNOTES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELNOTES b/RELNOTES index e962ad3ee3e3..00d97ea54820 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,11 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +22893e584032: + L3 filtering on if_bridge will do surprising things which aren't + fail-safe, so net.link.bridge.pfil_member and + net.link.bridge.pfil_bridge now default to zero. + f0bc4ed144fc: A new DTrace provider, kinst, is introduced and documented in dtrace_kinst(4). The provider allows kernel instructions to be traced,