From 3eb1deb5efec4c9706e5d8db0148d38bcd0d77ab Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:17:29 -0600 Subject: [PATCH] Update network.sh --- usr/local/share/bastille/network.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/usr/local/share/bastille/network.sh b/usr/local/share/bastille/network.sh index 47028a38..ac9de8ae 100644 --- a/usr/local/share/bastille/network.sh +++ b/usr/local/share/bastille/network.sh @@ -39,13 +39,13 @@ usage() { Options: - -a | --auto Start/stop the jail(s) if required. - -B | --bridge Add a bridged VNET interface to an existing jail. - -M | --static-mac Generate a static MAC address for the interface. + -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 the entire interface through to the 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. EOF