From 33c2bd534a22b9d2d9f76c3ef5c6b304c99a6d2b Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Wed, 22 Nov 2023 14:14:53 -0500 Subject: [PATCH] RELNOTES: Add an entry about bhyve's slirp backend Sponsored by: Innovate UK --- RELNOTES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELNOTES b/RELNOTES index c5c20fe3797..a1dd1e1130f 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,12 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +c5359e2af5ab: + bhyve(8) has a new network backend, "slirp", which makes use of the + libslirp package to provide a userspace network stack. This backend + makes it possible to access the guest network from the host without + requiring any extra network configuration on the host. + bb830e346bd5: Set the IUTF8 flag by default in tty(4).