Add support for 464XLAT NAT44 mode (VPP-1045)
[vpp.git] / src / plugins / nat / nat_api.c
index 2397663..d0efb00 100644 (file)
@@ -442,6 +442,9 @@ static void
       if (rv)
        goto send_reply;
 
+      if (sm->out2in_dpo)
+       nat44_add_del_address_dpo (this_addr, mp->is_add);
+
       increment_v4_address (&this_addr);
     }