Why I did it Fixed DhcpV6 CoPP issue. In certain scenarios dhcpv6 packet ff02::1:2,udp=17,l4-dst-port=547 was not trapped to CPU. Fixed test_copp.py::test_add_new_trap and test_remove_trap PTF failures Work item tracking Microsoft ADO (number only): 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-3
|
|
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)
|