[202012] Add BRCM SOC Property to not count ACL drops towards interface RX_DRP fir DualToR platforms (#8000)
This commit is contained in:
parent
c068369b16
commit
e784c2607c
@ -1,4 +1,5 @@
|
||||
sai_load_hw_config=/etc/bcm/flex/bcm56870_a0_issu/b870.6.4.1/
|
||||
sai_adjust_acl_drop_in_rx_drop=1
|
||||
host_as_route_disable=1
|
||||
use_all_splithorizon_groups=1
|
||||
riot_enable=1
|
||||
|
@ -1,4 +1,5 @@
|
||||
sai_load_hw_config=/etc/bcm/flex/bcm56870_a0_issu/b870.6.4.1/
|
||||
sai_adjust_acl_drop_in_rx_drop=1
|
||||
host_as_route_disable=1
|
||||
use_all_splithorizon_groups=1
|
||||
riot_enable=1
|
||||
|
@ -13,6 +13,7 @@
|
||||
{%- if 'dualtor' in switch_subtype.lower() %}
|
||||
{%- set IPinIP_sock = 'sai_tunnel_support=1
|
||||
host_as_route_disable=1
|
||||
sai_adjust_acl_drop_in_rx_drop=1
|
||||
l3_ecmp_levels=2' -%}
|
||||
{%- endif %}
|
||||
{%- endif %}
|
||||
|
@ -5,6 +5,7 @@
|
||||
{%- if 'dualtor' in switch_subtype.lower() %}
|
||||
{%- set IPinIP_sock = 'sai_tunnel_support=1
|
||||
host_as_route_disable=1
|
||||
sai_adjust_acl_drop_in_rx_drop=1
|
||||
l3_ecmp_levels=2' -%}
|
||||
{%- endif %}
|
||||
{%- endif %}
|
||||
|
@ -13,6 +13,7 @@
|
||||
{%- if 'dualtor' in switch_subtype.lower() %}
|
||||
{%- set IPinIP_sock = 'sai_tunnel_support=1
|
||||
host_as_route_disable=1
|
||||
sai_adjust_acl_drop_in_rx_drop=1
|
||||
l3_ecmp_levels=2' -%}
|
||||
{%- endif %}
|
||||
{%- endif %}
|
||||
|
@ -235,3 +235,4 @@ sai_optimized_mmu
|
||||
buf.map.egress_pool0.ingress_pool
|
||||
buf.map.egress_pool1.ingress_pool
|
||||
buf.map.egress_pool2.ingress_pool
|
||||
sai_adjust_acl_drop_in_rx_drop
|
||||
|
Reference in New Issue
Block a user