diff --git a/package/base-files/files/lib/functions/network.sh b/package/base-files/files/lib/functions/network.sh index 6b946b9f80..055f18c11e 100644 --- a/package/base-files/files/lib/functions/network.sh +++ b/package/base-files/files/lib/functions/network.sh @@ -255,7 +255,7 @@ network_find_wan() { __network_wan "$1" "0.0.0.0" "$2"; } # find the logical interface which holds the current IPv6 default route # 1: destination variable -# 2: consider inactive dafault routes if "true" (optional) +# 2: consider inactive default routes if "true" (optional) network_find_wan6() { __network_wan "$1" "::" "$2"; } # test whether the given logical interface is running