From owner-dev-commits-doc-all@freebsd.org Fri Apr 16 01:33:50 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B08C65E02A3 for ; Fri, 16 Apr 2021 01:33:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FLzJG4WqKz55g7; Fri, 16 Apr 2021 01:33:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8E9651C131; Fri, 16 Apr 2021 01:33:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13G1XoCY036392; Fri, 16 Apr 2021 01:33:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13G1XoNO036391; Fri, 16 Apr 2021 01:33:50 GMT (envelope-from git) Date: Fri, 16 Apr 2021 01:33:50 GMT Message-Id: <202104160133.13G1XoNO036391@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Allan Jude Subject: git: 26aa0359f2 - main - Add vlan issue to the 13.0 errata doc 'late breaking' section MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: allanjude X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 26aa0359f2a36b57b847d43a7e81bca25f615486 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2021 01:33:50 -0000 The branch main has been updated by allanjude: URL: https://cgit.FreeBSD.org/doc/commit/?id=26aa0359f2a36b57b847d43a7e81bca25f615486 commit 26aa0359f2a36b57b847d43a7e81bca25f615486 Author: Allan Jude AuthorDate: 2021-04-15 15:36:37 +0000 Commit: Allan Jude CommitDate: 2021-04-16 01:29:32 +0000 Add vlan issue to the 13.0 errata doc 'late breaking' section This can be removed once the EN is created Differential Revision: https://reviews.freebsd.org/D29777 --- website/content/en/releases/13.0R/errata.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/content/en/releases/13.0R/errata.adoc b/website/content/en/releases/13.0R/errata.adoc index 89768cffd7..aa055fd53b 100644 --- a/website/content/en/releases/13.0R/errata.adoc +++ b/website/content/en/releases/13.0R/errata.adoc @@ -67,3 +67,8 @@ No open issues. [2021-04-05] A very late issue was discovered in the [.filename]#/usr/bin/dc# program. The "P" command does not correctly pop the top of stack value and this will break complex scripts that continue after printing a result. The [.filename]#/usr/bin/bc# program is not affected, since it does not depend on dc as its execution engine. + +[2021-04-14] An issue was discovered where during an upgrade, when the kernel is new but [.filename]#/sbin/ifconfig# is still the previous version, VLAN interfaces are configured with an invalid ethernet protocol type. +This causes the VLAN interfaces to send invalid traffic, resulting in non-functional networking. +Once the updated [.filename]#/sbin/ifconfig# binary is installed, VLANs are created correctly. +When depending on network access via VLANs during the upgrade, it is suggested to install the new world (run the second `freebsd-upgrade install`) before rebooting.