nat: NAT44 ED api fix and improvement
[vpp.git] / src / plugins / nat / nat44-ed / nat44_ed.h
index f8cd9a0..e2f5810 100644 (file)
@@ -540,6 +540,8 @@ typedef struct snat_main_s
   /* Interface pool */
   snat_interface_t *interfaces;
   snat_interface_t *output_feature_interfaces;
+  // broken api backward compatibility
+  snat_interface_t *output_feature_dummy_interfaces;
 
   /* Vector of outside addresses */
   snat_address_t *addresses;