2b8efdbb11
Why I did it Fixed the issue - Some special IPv6 packets cannot be dropped by dataplane ACL rule Work item tracking Microsoft ADO (number only): No How I did it How to verify it Loaded SAI debian (in syncd docker) and re-run the failed cases.
10 lines
262 B
Makefile
10 lines
262 B
Makefile
# Marvell SAI
|
|
|
|
export MRVL_SAI_VERSION = 1.12.0-2
|
|
export MRVL_SAI = mrvllibsai_$(MRVL_SAI_VERSION)_$(PLATFORM_ARCH).deb
|
|
|
|
$(MRVL_SAI)_SRC_PATH = $(PLATFORM_PATH)/sai
|
|
$(eval $(call add_conflict_package,$(MRVL_SAI),$(LIBSAIVS_DEV)))
|
|
|
|
SONIC_MAKE_DEBS += $(MRVL_SAI)
|