Date: Tue, 15 Jul 2025 12:59:19 GMT From: Alexander Ziaee <ziaee@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: eb1806ea36 - main - Handbook/virtualization: Fix vnet if example Message-ID: <202507151259.56FCxJ8n047779@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507151259.56FCxJ8n047779>
