mirror of https://github.com/vishvananda/netlink
[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