diff options
Diffstat (limited to 'net/tap-solaris.c')
| -rw-r--r-- | net/tap-solaris.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/tap-solaris.c b/net/tap-solaris.c index ef8e0feeb0..75397e6c54 100644 --- a/net/tap-solaris.c +++ b/net/tap-solaris.c @@ -227,6 +227,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) { } |