[dts] [PATCH V1 2/5] packet.py: add igmp import

Nannan Lu nannan.lu at intel.com
Mon May 25 20:10:00 CEST 2020


Import IGMP from igmp in packets.py
to make dts support sending igmp packets.

Signed-off-by: Nannan Lu <nannan.lu at intel.com>
---
 framework/packet.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/framework/packet.py b/framework/packet.py
index 381490e..42982cd 100644
--- a/framework/packet.py
+++ b/framework/packet.py
@@ -55,6 +55,7 @@ from lldp import LLDP, LLDPManagementAddress
 from Dot1BR import Dot1BR
 from nsh import NSH
 from mpls import MPLS
+from igmp import IGMP
 
 from utils import convert_ip2int
 from utils import convert_int2ip
-- 
2.17.1



More information about the dts mailing list