FIX: Pylint reduce
[csit.git] / GPL / traffic_scripts / ipsec_policy.py
index 4acf0a1..b0d4545 100644 (file)
@@ -209,9 +209,9 @@ def main():
             # read another packet in the queue if the current one is
             # ICMPv6MLReport2
             continue
-        else:
-            # otherwise process the current packet
-            break
+
+        # otherwise process the current packet
+        break
 
     check_ip(rx_pkt_recv, ip_layer, src_ip, dst_ip)