mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-19 03:16:58 +02:00
[client] Check for fwmark support and use fallback routing if not supported (#3220)
This commit is contained in:
@@ -85,6 +85,7 @@ var testCases = []testCase{
|
||||
}
|
||||
|
||||
func TestRouting(t *testing.T) {
|
||||
nbnet.Init()
|
||||
for _, tc := range testCases {
|
||||
// todo resolve test execution on freebsd
|
||||
if runtime.GOOS == "freebsd" {
|
||||
|
Reference in New Issue
Block a user