Skip to content

Commit

Permalink
Update for IPv6/48 truncation
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-soltesz committed Mar 13, 2023
1 parent 90d5032 commit 89e3775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demuxer/flowkey_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestFlowKeyFrom4Tuple(t *testing.T) {
dstIP: net.ParseIP("4abc:5:6:7:8:1:2:3").To16(),
dstPort: 1000,
str: "2abc:3:4:5:6:7:8:1:2000<->4abc:5:6:7:8:1:2:3:1000",
netblockStr: "2abc:3:4:5:::2000<->4abc:5:6:7:::1000",
netblockStr: "2abc:3:4:::2000<->4abc:5:6:::1000",
},
{
name: "Same v6 host, different ports",
Expand Down

0 comments on commit 89e3775

Please sign in to comment.