From 728958fb1bea785e37dda4475568421ab796f8d4 Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Thu, 29 Jul 2021 09:36:52 +0200 Subject: [PATCH] UPDATING: document if_bridge MTU changes Sponsored by: Rubicon Communications, LLC ("Netgate") --- UPDATING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UPDATING b/UPDATING index 7e45e9aa49f..d109cb1594a 100644 --- a/UPDATING +++ b/UPDATING @@ -27,6 +27,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW: world, or to merely disable the most expensive debugging functionality at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20210729: + As of commit 01ad0c007964 if_bridge member interfaces can no longer + change their MTU. Changing the MTU of the bridge itself will change the + MTU on all member interfaces instead. + 20210716: Commit ee29e6f31111 changed the internal KAPI between the nfscommon and nfsd modules. Therefore, both need to be rebuilt from sources.