Double-checking VPN implementation.
[pingpong.git] / Code / Projects / PacketLevelSignatureExtractor / src / main / java / edu / uci / iotproject / trafficreassembly / layer2 / Layer2Flow.java
index f8c323782485527c2bd0dc26858618ab6baca6dd..d520b40c4f5638a1d8798d3f6cced2c6731f1f5c 100644 (file)
@@ -105,7 +105,8 @@ public class Layer2Flow {
             // All is good.
             return;
         }
-        throw new IllegalArgumentException("Mismatch in MACs: packet does not pertain to this flow");
+        // TODO: Comment this out for VPN experiments
+        //throw new IllegalArgumentException("Mismatch in MACs: packet does not pertain to this flow");
     }
 
     @Override