mirror of
https://github.com/netbirdio/netbird.git
synced 2025-07-01 07:00:46 +02:00
Change network mask to limit number of peers to 65k (#339)
This commit is contained in:
@ -251,7 +251,7 @@ func Test_SyncProtocol(t *testing.T) {
|
||||
t.Fatal("expecting SyncResponse to have NetworkMap with a non-nil PeerConfig")
|
||||
}
|
||||
|
||||
if networkMap.GetPeerConfig().GetAddress() != "100.64.0.1/24" {
|
||||
if networkMap.GetPeerConfig().GetAddress() != "100.64.0.1/16" {
|
||||
t.Fatal("expecting SyncResponse to have NetworkMap with a PeerConfig having valid Address")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user