V8.00.000.2025.06.17

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-08 20:53:47 +02:00
parent e63e343bc7
commit 6d255e9c07
21 changed files with 158 additions and 68 deletions

View File

@@ -15,9 +15,9 @@ guard_sourcing
#######################################
# Helper Module to generate a Subnet Mask out of an IP in CCDIR Notation.
# Arguments:
# $1: IPv4 in CCDIR Notation, e.g.,: 192.168.128.128/24
# 1: IPv4 in CCDIR Notation, e.g.,: 192.168.128.128/24
# Returns:
# 0 : In every case a zero return value is delivered.
# 0: In every case a zero return value is delivered.
#######################################
generate_subnetmask() {
declare var_arg="$1"