acl-plugin: store sessions in a single hash table instead of a per-interface
[vpp.git] / src / plugins / acl / fa_node.h
index a94e7db..671593a 100644 (file)
@@ -36,7 +36,7 @@ typedef union {
   struct {
     u16 port[2];
     u16 proto;
-    u16 rsvd;
+    u16 lsb_of_sw_if_index;
   };
 } fa_session_l4_key_t;