Skip to content

Commit

Permalink
OTG_MTU_1.3: Change the test to pick Destination MAC based on ARP (#3045
Browse files Browse the repository at this point in the history
)

* remove dst mac for bound traffic

* update file
  • Loading branch information
ANISH-GOTTAPU authored Jul 24, 2024
1 parent 1bce41a commit 14803ed
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ func createFlow(flowName string, flowSize uint32, ipv string) gosnappi.Flow {
SetRxNames([]string{fmt.Sprintf("%s.%s", ateDst.Name, ipv)})
ethHdr := flow.Packet().Add().Ethernet()
ethHdr.Src().SetValue(ateSrc.MAC)
//ethHdr.Dst().SetValue(ateDst.MAC)
flow.SetSize(gosnappi.NewFlowSize().SetFixed(flowSize))

switch ipv {
Expand Down

0 comments on commit 14803ed

Please sign in to comment.