output string version of scope6
This commit is contained in:
parent
e2bb79ca1c
commit
6d35ab65b3
|
@ -121,7 +121,7 @@ public class Ifconfig extends SigarCommandBase {
|
||||||
println("\t" +
|
println("\t" +
|
||||||
"inet6 addr: " + ifconfig.getAddress6() + "/" +
|
"inet6 addr: " + ifconfig.getAddress6() + "/" +
|
||||||
ifconfig.getPrefix6Length() +
|
ifconfig.getPrefix6Length() +
|
||||||
" Scope:" + ifconfig.getScope6());
|
" Scope:" + NetFlags.getScopeString(ifconfig.getScope6()));
|
||||||
}
|
}
|
||||||
|
|
||||||
println("\t" +
|
println("\t" +
|
||||||
|
|
Loading…
Reference in New Issue