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 67d14ad4d5..f7a5e0c163 100644 --- a/net/tap-stub.c +++ b/net/tap-stub.c @@ -52,6 +52,11 @@ int tap_probe_has_uso(int fd) return 0; } +bool tap_probe_has_tunnel(int fd) +{ + return false; +} + void tap_fd_set_vnet_hdr_len(int fd, int len) { } |