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" +
|
||||
"inet6 addr: " + ifconfig.getAddress6() + "/" +
|
||||
ifconfig.getPrefix6Length() +
|
||||
" Scope:" + ifconfig.getScope6());
|
||||
" Scope:" + NetFlags.getScopeString(ifconfig.getScope6()));
|
||||
}
|
||||
|
||||
println("\t" +
|
||||
|
|
Loading…
Reference in New Issue