From 2db0801e62b3376baae5b1d40bad49d8aaccec4d Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 10 Mar 2025 17:28:24 -0600 Subject: [PATCH] network: Copyright year 2024 > 2025 --- usr/local/share/bastille/network.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.