From 6d5ce7674ba401ecd525dbf5713feca4d631fc34 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:18:52 -0600 Subject: [PATCH] Update network.rst --- docs/chapters/subcommands/network.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/chapters/subcommands/network.rst b/docs/chapters/subcommands/network.rst index 06a9f195..a31f1892 100644 --- a/docs/chapters/subcommands/network.rst +++ b/docs/chapters/subcommands/network.rst @@ -40,11 +40,11 @@ network TARGET remove INTERFACE`` while both jails are stopped. Options: - -a | --auto Start/stop the jail(s) if required. - -B | --bridge Add a bridge VNET interface to an existing jail. + -a | --auto Start/stop jail(s) if required. + -B | --bridge Add a bridge VNET interface. -M | --static-mac Generate a static MAC address for the interface (VNET only). -n | --no-ip Create interface without an IP (VNET only). - -P | --passthrough Pass entire interface to jail. - -V | --vnet Add a VNET interface to an existing jail. - -v | --vlan VLANID Add interface with specified VLAN ID (VNET only). + -P | --passthrough Add a raw interface. + -V | --vnet Add a VNET interface. + -v | --vlan VLANID Assign VLAN ID to interface (VNET only). -x | --debug Enable debug mode. \ No newline at end of file