adds ipv6 index to config and a cli command to view network interface

This commit is contained in:
2021-06-25 22:06:07 +04:00
parent 680f703326
commit f4bd08b6bf
6 changed files with 53 additions and 2 deletions

View File

@@ -58,3 +58,10 @@ func TestIpAddresses_RemoveDuplicates(t *testing.T) {
}
}
func TestViewNetworkInterface(t *testing.T) {
err := ViewNetworkInterface()
if err != nil {
t.Error()
}
}