git: 33c2bd534a22 - main - RELNOTES: Add an entry about bhyve's slirp backend
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Nov 2023 20:20:02 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=33c2bd534a22b9d2d9f76c3ef5c6b304c99a6d2b
commit 33c2bd534a22b9d2d9f76c3ef5c6b304c99a6d2b
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-11-22 19:14:53 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-11-22 20:19:10 +0000
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 c5c20fe37975..a1dd1e1130fa 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).