git: eb1806ea36 - main - Handbook/virtualization: Fix vnet if example
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Jul 2025 12:59:19 UTC
The branch main has been updated by ziaee:
URL: https://cgit.FreeBSD.org/doc/commit/?id=eb1806ea36c103e8c9a82cfff8dfe58268359c77
commit eb1806ea36c103e8c9a82cfff8dfe58268359c77
Author: George Timms <polarian@polarian.dev>
AuthorDate: 2025-07-15 12:53:45 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-07-15 12:53:45 +0000
Handbook/virtualization: Fix vnet if example
PR: 285833
Reviewed by: ivy, jlduran, mhorne, ziaee
---
documentation/content/en/books/handbook/virtualization/_index.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/documentation/content/en/books/handbook/virtualization/_index.adoc b/documentation/content/en/books/handbook/virtualization/_index.adoc
index 70737882ac..01c6eb515f 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;
@@ -1976,7 +1976,7 @@ bhyve {
host.hostname = "your-hostname-here";
vnet;
- vnet.interface = "em${if}";
+ vnet.interface = "jail${if}";
path = "/jails/${name}";
persist;
securelevel = 3;