DSLITE: Fix dslite_get_b4_addr_reply message type. 26/17626/3
authorJon Loeliger <jdl@netgate.com>
Fri, 15 Feb 2019 18:06:11 +0000 (12:06 -0600)
committerOle Trøan <otroan@employees.org>
Tue, 26 Feb 2019 09:38:24 +0000 (09:38 +0000)
Fix what appears to be a cut-n-past error.

Change-Id: I71ee32c1b0d2dc38ed3df4bd24ec4248005a6008
Signed-off-by: Jon Loeliger <jdl@netgate.com>
src/plugins/nat/nat_api.c

index 49b5f36..865f772 100644 (file)
@@ -2882,7 +2882,7 @@ vl_api_dslite_get_b4_addr_t_handler (vl_api_dslite_get_b4_addr_t * mp)
   int rv = 0;
 
   /* *INDENT-OFF* */
-  REPLY_MACRO2 (VL_API_DSLITE_GET_AFTR_ADDR_REPLY,
+  REPLY_MACRO2 (VL_API_DSLITE_GET_B4_ADDR_REPLY,
   ({
     memcpy (rmp->ip4_addr, &dm->b4_ip4_addr.as_u8, 4);
     memcpy (rmp->ip6_addr, &dm->b4_ip6_addr.as_u8, 16);