FIX: Pylint reduce
[csit.git] / GPL / traffic_profiles / trex / trex-stl-dot1qip4vxlan-ip4src8udpsrcrnd.py
index a1cf195..0e2ac5e 100644 (file)
@@ -60,7 +60,7 @@ _VXLAN_FLAGS = list(u"R"*24 + u"RRRIRRRRR")
 
 
 class VXLAN(Packet):
-    name=u"VXLAN"
+    name = u"VXLAN"
     fields_desc = [
         FlagsField(u"flags", 0x08000000, 32, _VXLAN_FLAGS),
         ThreeBytesField(u"vni", 0),
@@ -295,4 +295,3 @@ def register():
     :rtype: Object
     """
     return TrafficStreams()
-