V8.00.000.2025.06.17
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user