parent
2a546aa609
commit
c2cc681880
|
@ -32,7 +32,7 @@ type Interface interface {
|
||||||
// Refresh updates the stored data. It must be safe for concurrent use.
|
// Refresh updates the stored data. It must be safe for concurrent use.
|
||||||
Refresh() (err error)
|
Refresh() (err error)
|
||||||
|
|
||||||
// Neighbors returnes the last set of data reported by ARP. Both the method
|
// Neighbors returns the last set of data reported by ARP. Both the method
|
||||||
// and it's result must be safe for concurrent use.
|
// and it's result must be safe for concurrent use.
|
||||||
Neighbors() (ns []Neighbor)
|
Neighbors() (ns []Neighbor)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue