You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/net/tstun
Brad Fitzpatrick 7f2eb1d87a net/tstun: fix TUN log spam when ACLs drop a packet
Whenever we dropped a packet due to ACLs, wireguard-go was logging:

Failed to write packet to TUN device: packet dropped by filter

Instead, just lie to wireguard-go and pretend everything is okay.

Fixes #1229

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
4 years ago
..
fake.go
ifstatus_noop.go
ifstatus_windows.go
tun.go
tun_notwindows.go
tun_windows.go
wrap.go net/tstun: fix TUN log spam when ACLs drop a packet 4 years ago
wrap_test.go net/tstun: fix TUN log spam when ACLs drop a packet 4 years ago