IPSEC: remove byte swap operations in DP during SPD classify
[vpp.git] / src / vnet / ipsec / ipsec_spd_policy.h
index 6d6b695..d4472e6 100644 (file)
@@ -39,6 +39,7 @@ typedef struct
 
 typedef struct
 {
+  /* Ports stored in network byte order */
   u16 start, stop;
 } port_range_t;