Add non-Windows nettap stubs
This commit is contained in:
parent
2d832c2b63
commit
fb6b1ae25e
5 changed files with 196 additions and 142 deletions
|
|
@ -3,5 +3,6 @@ package nettap
|
|||
import "errors"
|
||||
|
||||
var (
|
||||
ErrTapNotFound = errors.New("tap not found")
|
||||
ErrTapNotFound = errors.New("tap not found")
|
||||
ErrTapManagerUnimplemented = errors.New("tap manager is implemented on windows only")
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue