[PATCH] docs: drvbhyve: document newly added pf check

Nimish Jain posted 1 patch 6 days, 2 hours ago
Failed in applying to current master (apply log)
docs/drvbhyve.rst | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
[PATCH] docs: drvbhyve: document newly added pf check
Posted by Nimish Jain 6 days, 2 hours ago
Reflects that the pf firewall check was added in virt-host-validate.

Signed-off-by: Nimish Jain <unauthorizen@gmail.com>
---
 docs/drvbhyve.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/drvbhyve.rst b/docs/drvbhyve.rst
index 2e5e361115..51782f8090 100644
--- a/docs/drvbhyve.rst
+++ b/docs/drvbhyve.rst
@@ -11,8 +11,8 @@ recommended to use the
 `latest supported release <https://www.freebsd.org/releases/>`__
 to make sure all new features of bhyve are supported.
 In order to enable bhyve on your FreeBSD host, you'll need
-to load the ``vmm`` kernel module. Additionally, ``if_tap`` and ``if_bridge``
-modules should be loaded for networking support. Also, :since:`since 3.2.0` the
+to load the ``vmm`` kernel module. Additionally, ``if_tap``, ``if_bridge``
+and ``pf`` modules should be loaded for networking support. Also, :since:`since 3.2.0` the
 ``virt-host-validate(1)`` supports the bhyve host validation and could be used
 like this:
 
@@ -21,6 +21,7 @@ like this:
    $ virt-host-validate bhyve
     BHYVE: Checking for vmm module                                              : PASS
     BHYVE: Checking for if_tap module                                           : PASS
+    BHYVE: Checking for pf module                                               : PASS
     BHYVE: Checking for if_bridge module                                        : PASS
     BHYVE: Checking for nmdm module                                             : PASS
    $
-- 
2.39.5 (Apple Git-154)
Re: [PATCH] docs: drvbhyve: document newly added pf check
Posted by Roman Bogorodskiy 5 days, 3 hours ago
  Nimish Jain wrote:

> Reflects that the pf firewall check was added in virt-host-validate.
> 
> Signed-off-by: Nimish Jain <unauthorizen@gmail.com>
> ---
>  docs/drvbhyve.rst | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Reviewed-by: Roman Bogorodskiy <bogorodskiy@gmail.com>

and pushed.