We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 401469b commit 03154d4Copy full SHA for 03154d4
router/dataplane_test.go
@@ -379,7 +379,7 @@ func TestDataPlaneRun(t *testing.T) {
379
// However, prepBaseMsg does pretend that there's a SCIONUDP Header.
380
// Remove that. Since the removal of the dispatcher, the router snoops
381
// into L4 and would mistake our payload for a broken SCION/UDP header.
382
- spkt.NextHdr = slayers.L4None
+ spkt.NextHdr = 253 // use for experimentation and testing
383
384
err := gopacket.SerializeLayers(buffer,
385
gopacket.SerializeOptions{FixLengths: true},
0 commit comments