You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/network/network.go
+9-9
Original file line number
Diff line number
Diff line change
@@ -66,10 +66,10 @@ type Interface struct {
66
66
IfaceMACstring
67
67
}
68
68
69
-
// Inspect initialises IPv4 network parameters struct from given address.
69
+
// inspect initialises IPv4 network parameters struct from given address.
70
70
// address can be single address (like "192.168.17.42"), network address (like "192.168.17.0"), or in cidr form (like "192.168.17.42/24 or "192.168.17.0/24").
71
71
// If addr is valid existsing interface address, network struct will also contain info about the respective interface.
0 commit comments