diff --git a/usr/local/share/bastille/network.sh b/usr/local/share/bastille/network.sh index 0e682458..e4ec53ce 100644 --- a/usr/local/share/bastille/network.sh +++ b/usr/local/share/bastille/network.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2018-2024, Christer Edwards +# Copyright (c) 2018-2025, Christer Edwards # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -40,7 +40,7 @@ usage() { -B | --bridge Add a bridged VNET interface to an existing jail. -C | --classic Add an interface to a classic (non-VNET) jail. -M | --static-mac Generate a static MAC address for the interface. - -n | --no-ip Create interface without an IP (VNET only). + -n | --no-ip Create interface without an IP (VLAN+VNET only). -V | --vnet Add a VNET interface to an existing jail. -v | --vlan VLANID Add interface with specified VLAN ID (VNET only). -x | --debug Enable debug mode.