Skip to content

Commit

Permalink
Fix netmask in splitrt test
Browse files Browse the repository at this point in the history
Signed-off-by: hwipl <[email protected]>
  • Loading branch information
hwipl committed Apr 26, 2024
1 parent 6acb134 commit 78754c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/splitrt/splitrt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func TestSplitRoutingStartStop(t *testing.T) {
},
{
IP: net.ParseIP("2000::1"),
Mask: net.CIDRMask(32, 32),
Mask: net.CIDRMask(128, 128),
},
}
s = NewSplitRouting(NewConfig(), vpnconf)
Expand Down

0 comments on commit 78754c4

Please sign in to comment.