[device]: Add SAI checksum verify to TD3 config (#8857)
* [device]: Add SAI checksum verify to TD3 config * A new config option was added to control the value of IPV4_INCR_CHECKSUM_ORIGINAL_VALUE_VERIFY in the EGR_FLEX_CONFIG control register (this prevents checksums of 0xffff from being propagated to other devices)
This commit is contained in:
parent
3ba5cdcaa0
commit
1b7fcb4659
@ -9,6 +9,7 @@
|
|||||||
sai_load_hw_config=/etc/bcm/flex/bcm56870_a0_premium_issu/b870.6.4.1/
|
sai_load_hw_config=/etc/bcm/flex/bcm56870_a0_premium_issu/b870.6.4.1/
|
||||||
l3_alpm_hit_skip=1
|
l3_alpm_hit_skip=1
|
||||||
sai_adjust_acl_drop_in_rx_drop=1
|
sai_adjust_acl_drop_in_rx_drop=1
|
||||||
|
sai_verify_incoming_chksum=0
|
||||||
{{ map_prio }}
|
{{ map_prio }}
|
||||||
host_as_route_disable=1
|
host_as_route_disable=1
|
||||||
use_all_splithorizon_groups=1
|
use_all_splithorizon_groups=1
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
sai_load_hw_config=/etc/bcm/flex/bcm56870_a0_premium_issu/b870.6.4.1/
|
sai_load_hw_config=/etc/bcm/flex/bcm56870_a0_premium_issu/b870.6.4.1/
|
||||||
l3_alpm_hit_skip=1
|
l3_alpm_hit_skip=1
|
||||||
sai_adjust_acl_drop_in_rx_drop=1
|
sai_adjust_acl_drop_in_rx_drop=1
|
||||||
|
sai_verify_incoming_chksum=0
|
||||||
{{ map_prio }}
|
{{ map_prio }}
|
||||||
host_as_route_disable=1
|
host_as_route_disable=1
|
||||||
use_all_splithorizon_groups=1
|
use_all_splithorizon_groups=1
|
||||||
|
@ -313,6 +313,7 @@ port_gmii_mode
|
|||||||
phy_force_firmware_load
|
phy_force_firmware_load
|
||||||
phy_pcs_repeater
|
phy_pcs_repeater
|
||||||
l3_alpm_hit_skip
|
l3_alpm_hit_skip
|
||||||
|
sai_verify_incoming_chksum
|
||||||
phy_an_lt_msft
|
phy_an_lt_msft
|
||||||
system_ref_core_clock_khz
|
system_ref_core_clock_khz
|
||||||
xflow_macsec_secure_chan_to_num_secure_assoc_encrypt
|
xflow_macsec_secure_chan_to_num_secure_assoc_encrypt
|
||||||
|
Reference in New Issue
Block a user