diff --git a/syscalls_linux.go b/syscalls_linux.go index 28ad259..27df21c 100644 --- a/syscalls_linux.go +++ b/syscalls_linux.go @@ -37,7 +37,7 @@ func newTAP(config Config) (ifce *Interface, err error) { } var flags uint16 - flags = cIFF_TUN | cIFF_NO_PI + flags = cIFF_TAP | cIFF_NO_PI if config.PlatformSpecificParams.MultiQueue { flags |= cIFF_MULTI_QUEUE }