Skip to content

Commit

Permalink
update test TE11.21
Browse files Browse the repository at this point in the history
  • Loading branch information
ANISH-GOTTAPU committed Sep 27, 2024
1 parent 78a0fc0 commit ffb534c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ func (a *testArgs) createFlow(t *testing.T, name, dstMac string) string {
e1.Dst().SetValue(dstMac)
v4 := flow.Packet().Add().Ipv4()
v4.Src().Increment().SetStart(decapFlowSrc)
v4.Priority().Dscp().Phb().SetValues([]uint32{dscpEncapA1})
v4.Priority().Dscp().Phb().SetValue(dscpEncapA1)
v4.Dst().Increment().SetStart(dstPfxMin).SetCount(routeCount)

// use ip over ip packets since some vendors only support decap for backup
Expand Down

0 comments on commit ffb534c

Please sign in to comment.