From 36174155d65fe1b6d34d4ce152ee24d69a6b7a2e Mon Sep 17 00:00:00 2001 From: "Jasper.Hou" Date: Thu, 23 Oct 2025 17:10:18 +0800 Subject: [PATCH 1/2] add l2mc yang Signed-off-by: Jasper.Hou --- models/yang/sonic/import.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/models/yang/sonic/import.mk b/models/yang/sonic/import.mk index e28360c30..10191e4fa 100644 --- a/models/yang/sonic/import.mk +++ b/models/yang/sonic/import.mk @@ -12,4 +12,5 @@ SONICYANG_IMPORTS += sonic-portchannel.yang SONICYANG_IMPORTS += sonic-vlan.yang SONICYANG_IMPORTS += sonic-mclag.yang SONICYANG_IMPORTS += sonic-types.yang -SONICYANG_IMPORTS += sonic-vrf.yang \ No newline at end of file +SONICYANG_IMPORTS += sonic-vrf.yang +SONICYANG_IMPORTS += sonic-igmp-snooping.yang \ No newline at end of file From a52d8475106344866f3711d5d8ace2f2b033959d Mon Sep 17 00:00:00 2001 From: "Jasper.Hou" Date: Wed, 3 Dec 2025 14:12:01 +0800 Subject: [PATCH 2/2] add mld yang Signed-off-by: Jasper.Hou --- models/yang/sonic/import.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/models/yang/sonic/import.mk b/models/yang/sonic/import.mk index 10191e4fa..9243063e3 100644 --- a/models/yang/sonic/import.mk +++ b/models/yang/sonic/import.mk @@ -13,4 +13,5 @@ SONICYANG_IMPORTS += sonic-vlan.yang SONICYANG_IMPORTS += sonic-mclag.yang SONICYANG_IMPORTS += sonic-types.yang SONICYANG_IMPORTS += sonic-vrf.yang -SONICYANG_IMPORTS += sonic-igmp-snooping.yang \ No newline at end of file +SONICYANG_IMPORTS += sonic-igmp-snooping.yang +SONICYANG_IMPORTS += sonic-mld-snooping.yang \ No newline at end of file