Immediately forward packets from self to self on FreeBSD (#808)

This commit is contained in:
John Maguire
2023-01-23 16:51:54 -05:00
committed by GitHub
parent 0fc4d8192f
commit 5bd8712946
4 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
//go:build !darwin
// +build !darwin
//go:build !darwin && !dragonfly && !freebsd && !netbsd && !openbsd
// +build !darwin,!dragonfly,!freebsd,!netbsd,!openbsd
package nebula