[vs]Preventing ebtables cfg to be applied on vs (#11585)
*Preventing ebtables rules to be applied on KVM image. The ebtables rules in SONiC are added to prevent ARP as well as L2 forwarding to be blocked in linux kernel since the hardware will take care of the actual L2 forward. However this is not the case with KVM where linux needs to forward even L2 packets
This commit is contained in:
parent
a98407c584
commit
5dc4eb9693
@ -190,8 +190,9 @@ function postStartAction()
|
||||
fi
|
||||
fi
|
||||
# Setup ebtables configuration
|
||||
{%- if sonic_asic_platform != "vs" %}
|
||||
ebtables_config
|
||||
|
||||
{%- endif %}
|
||||
# chassisdb starts before database starts, bypass the PING check since other
|
||||
# databases are not availbale until database container is ready.
|
||||
# also chassisdb doesn't support warm/fast reboot, its dump.rdb is deleted
|
||||
|
Reference in New Issue
Block a user