Skip to content

Commit

Permalink
[non linux: netlink/xdp] Add dummy function for LinkSetXdpFdWithFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
belyalov authored and fcrisciani committed Jan 27, 2020
1 parent f049be6 commit 0f858a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions netlink_unspecified.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 0f858a2

Please sign in to comment.