Merge branch 'master' into patch-1

This commit is contained in:
Song Gao 2017-09-27 11:52:14 -07:00 committed by GitHub
commit da407cd8ff
2 changed files with 2 additions and 1 deletions

View file

@ -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
}