mirror of
https://github.com/slackhq/nebula.git
synced 2026-05-16 04:47:38 +02:00
flatten tio.Capabilities
This commit is contained in:
@@ -284,6 +284,10 @@ func (t *winTun) Readers() []tio.Queue {
|
||||
return []tio.Queue{t}
|
||||
}
|
||||
|
||||
func (t *winTun) Capabilities() tio.Capabilities {
|
||||
return tio.Capabilities{}
|
||||
}
|
||||
|
||||
func (t *winTun) Close() error {
|
||||
// It seems that the Windows networking stack doesn't like it when we destroy interfaces that have active routes,
|
||||
// so to be certain, just remove everything before destroying.
|
||||
|
||||
Reference in New Issue
Block a user