diff options
Diffstat (limited to 'tun/tun_linux.go')
-rw-r--r-- | tun/tun_linux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tun/tun_linux.go b/tun/tun_linux.go index 61902e9..36b43ea 100644 --- a/tun/tun_linux.go +++ b/tun/tun_linux.go @@ -35,7 +35,7 @@ type NativeTun struct { name string // name of interface errors chan error // async error handling events chan Event // device related events - nopi bool // the device was pased IFF_NO_PI + nopi bool // the device was passed IFF_NO_PI netlinkSock int netlinkCancel *rwcancel.RWCancel hackListenerClosed sync.Mutex |