diff options
Diffstat (limited to 'net/tap-stub.c')
-rw-r--r-- | net/tap-stub.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/tap-stub.c b/net/tap-stub.c index de525a2e69..a0fa25804b 100644 --- a/net/tap-stub.c +++ b/net/tap-stub.c @@ -85,3 +85,8 @@ int tap_fd_get_ifname(int fd, char *ifname) { return -1; } + +int tap_fd_set_steering_ebpf(int fd, int prog_fd) +{ + return -1; +} |