git: 3c62f0f60894 - main - RELNOTES: Add an entry for if_bridge l3 filtering default change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Oct 2022 15:58:58 UTC
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=3c62f0f608940dc53bbb92f576bb98fa2eea4b5b commit 3c62f0f608940dc53bbb92f576bb98fa2eea4b5b Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2022-10-24 15:58:00 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2022-10-24 15:58:00 +0000 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,