output string version of scope6

This commit is contained in:
Doug MacEachern 2009-07-29 16:08:42 -07:00
parent e2bb79ca1c
commit 6d35ab65b3
1 changed files with 1 additions and 1 deletions

View File

@ -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" +