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

@@ -17,7 +17,7 @@ guard_sourcing
# Globals:
# ERR_INVALID_IPV4
# Arguments:
# $1: IPv4 to validate.
# 1: IPv4 to validate.
#######################################
validation_ipv4() {
declare var_ip="$1"
@@ -38,7 +38,7 @@ validation_ipv4() {
# Globals:
# ERR_INVALID_IPV6
# Arguments:
# $1: IPv6 address
# 1: IPv6 address
#######################################
validation_ipv6() {
### Original input (may include %zone).
@@ -90,7 +90,7 @@ validation_ipv6() {
# Globals:
# ERR_INVALID_PORT
# Arguments:
# $1: Port number
# 1: Port number
#######################################
validation_port() {
declare var_port="$1"