增加 macvtap 说明文档

This commit is contained in:
bjdgyc 2021-08-12 22:35:13 +08:00
parent 970b7d557a
commit 42de4e6fd0
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ func createVtap(cSess *sessdata.ConnSession, ifName string) error {
var fdInt int var fdInt int
fdInt, err = syscall.Open(tName, os.O_RDWR|syscall.O_NONBLOCK, 0) fdInt, err = syscall.Open(tName, syscall.O_RDWR|syscall.O_NONBLOCK, 0)
if err != nil { if err != nil {
return err return err
} }