mirror of
https://github.com/vishvananda/netlink.git
synced 2025-11-02 12:04:05 +08:00
Added SocketDestroy function.
This commit is contained in:
committed by
Alessandro Boch
parent
aafe841692
commit
3e28e6db88
@@ -283,3 +283,7 @@ func NeighDeserialize(m []byte) (*Neigh, error) {
|
||||
func SocketGet(local, remote net.Addr) (*Socket, error) {
|
||||
return nil, ErrNotImplemented
|
||||
}
|
||||
|
||||
func SocketDestroy(local, remote net.Addr) (*Socket, error) {
|
||||
return nil, ErrNotImplemented
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user