[Bug 285833] Handbook/Virtualisation Jailing Bhyve incorrect vnet interface in example
Date: Tue, 01 Apr 2025 16:43:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285833
--- Comment #1 from polarian@polarian.dev ---
diff --git a/documentation/content/en/books/handbook/virtualization/_index.adoc
b/documentation/content/en/books/handbook/virtualization/_index.adoc
index 70737882ac..c22e758ac8 100644
--- a/documentation/content/en/books/handbook/virtualization/_index.adoc
+++ b/documentation/content/en/books/handbook/virtualization/_index.adoc
@@ -1939,7 +1939,7 @@ bhyve {
host.hostname = "your-hostname-here";
vnet;
- vnet.interface = "em${if}";
+ vnet.interface = "jail${if}";
path = "/jails/${name}";
persist;
securelevel = 3;
--
You are receiving this mail because:
You are the assignee for the bug.