base-files: fix comment typo in lib/functions/network.sh
Fix typo in comment. Signed-off-by: Walter Sonius <walterav1984@gmail.com> [commit title/message facelift] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
80a194b100
commit
46abcb3ade
|
@ -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
|
# find the logical interface which holds the current IPv6 default route
|
||||||
# 1: destination variable
|
# 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"; }
|
network_find_wan6() { __network_wan "$1" "::" "$2"; }
|
||||||
|
|
||||||
# test whether the given logical interface is running
|
# test whether the given logical interface is running
|
||||||
|
|
Loading…
Reference in New Issue