mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-23 10:20:46 +00:00
base-files: network.sh: fix typo in previous commit
SVN-Revision: 35287
This commit is contained in:
parent
3b2db1838a
commit
1941fb309d
@ -193,7 +193,7 @@ network_get_prefix6() {
|
|||||||
|
|
||||||
__network_parse_ifstatus "$__iface" || return 1
|
__network_parse_ifstatus "$__iface" || return 1
|
||||||
__network_export __mask "${__iface}_prefix6_mask" || return 1
|
__network_export __mask "${__iface}_prefix6_mask" || return 1
|
||||||
__network_export __var "${__iface}_prefix6_address" "$__mask"
|
__network_export __var "${__iface}_prefix6_address" "/$__mask"
|
||||||
return $?
|
return $?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user