mirror of
https://github.com/vishvananda/netlink
synced 2025-02-17 20:47:12 +00:00
[non linux: netlink/xdp] Add dummy function for LinkSetXdpFdWithFlags
This commit is contained in:
parent
f049be6f39
commit
0f858a2aeb
@ -72,6 +72,10 @@ func LinkSetXdpFd(link Link, fd int) error {
|
||||
return ErrNotImplemented
|
||||
}
|
||||
|
||||
func LinkSetXdpFdWithFlags(link Link, fd, flags int) error {
|
||||
return ErrNotImplemented
|
||||
}
|
||||
|
||||
func LinkSetARPOff(link Link) error {
|
||||
return ErrNotImplemented
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user