Skip to content
Snippets Groups Projects
Commit 1941fb30 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

base-files: network.sh: fix typo in previous commit

SVN-Revision: 35287
parent 3b2db183
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ network_get_prefix6() {
__network_parse_ifstatus "$__iface" || 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 $?
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment