Skip to content

Commit

Permalink
[Arista] Update ip packet checksum when set to 0xffff on 720DT-48S (#…
Browse files Browse the repository at this point in the history
…13088)

Why I did it
This is to fix test_forward_ip_packet_with_0xffff_chksum_tolerant test failure on 720DT-48S. IP packets with checksum set to 0xffff will be forwarded with the same checksum on this platform, instead of updating to the correct value.

How I did it
Add bcm config sai_verify_incoming_chksum=0 so that checksum is updated instead of being left unchanged when checksum is 0xffff. Note that packets with invalid checksum are still dropped with this config.
  • Loading branch information
andywongarista authored and mssonicbld committed Jan 5, 2023
1 parent 1cffbc7 commit 4a6c954
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,3 +302,4 @@ stable_size=0x5500000
tdma_timeout_usec.0=15000000
tslam_timeout_usec.0=15000000
sai_mdio_access_clause22=1
sai_verify_incoming_chksum=0

0 comments on commit 4a6c954

Please sign in to comment.