Revert "vpp-device: GENEVE tunnel test, l3 mode"
[csit.git] / GPL / traffic_scripts / vxlan.py
index 33e5c7a..985784d 100644 (file)
@@ -37,6 +37,5 @@ class VXLAN(Packet):
     def mysummary(self):
         return self.sprintf(f"VXLAN (vni={VXLAN.vni})")
 
-
 bind_layers(UDP, VXLAN, dport=4789)
 bind_layers(VXLAN, Ether)