Skip to content

Commit 6910325

Browse files
committed
Fix send Encapsulate Map Request to Map Resolver
1 parent 4bc69de commit 6910325

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lispd/control/lisp_xtr.c

+3
Original file line numberDiff line numberDiff line change
@@ -1031,6 +1031,9 @@ build_and_send_map_request(lisp_xtr_t *xtr, lisp_addr_t *seid,
10311031

10321032

10331033
/* Encapsulate message and send it to the map resolver */
1034+
1035+
lisp_msg_encap(b, LISP_CONTROL_PORT, LISP_CONTROL_PORT, seid, deid);
1036+
10341037
srloc = NULL;
10351038
drloc = get_map_resolver(xtr);
10361039
if (!drloc){

0 commit comments

Comments
 (0)