Update generated binapi to v22.02 & makefile changes
[govpp.git] / internal / testbinapi / binapi2001 / .vppapi / core / lisp.api.json
1 {
2     "types": [
3         [
4             "local_locator",
5             [
6                 "u32",
7                 "sw_if_index"
8             ],
9             [
10                 "u8",
11                 "priority"
12             ],
13             [
14                 "u8",
15                 "weight"
16             ]
17         ],
18         [
19             "remote_locator",
20             [
21                 "u8",
22                 "is_ip4"
23             ],
24             [
25                 "u8",
26                 "priority"
27             ],
28             [
29                 "u8",
30                 "weight"
31             ],
32             [
33                 "u8",
34                 "addr",
35                 16
36             ]
37         ],
38         [
39             "lisp_adjacency",
40             [
41                 "u8",
42                 "eid_type"
43             ],
44             [
45                 "u8",
46                 "reid",
47                 16
48             ],
49             [
50                 "u8",
51                 "leid",
52                 16
53             ],
54             [
55                 "u8",
56                 "reid_prefix_len"
57             ],
58             [
59                 "u8",
60                 "leid_prefix_len"
61             ]
62         ]
63     ],
64     "messages": [
65         [
66             "lisp_add_del_locator_set",
67             [
68                 "u16",
69                 "_vl_msg_id"
70             ],
71             [
72                 "u32",
73                 "client_index"
74             ],
75             [
76                 "u32",
77                 "context"
78             ],
79             [
80                 "u8",
81                 "is_add"
82             ],
83             [
84                 "u8",
85                 "locator_set_name",
86                 64
87             ],
88             [
89                 "u32",
90                 "locator_num"
91             ],
92             [
93                 "vl_api_local_locator_t",
94                 "locators",
95                 0,
96                 "locator_num"
97             ],
98             {
99                 "crc": "0x06968e38"
100             }
101         ],
102         [
103             "lisp_add_del_locator_set_reply",
104             [
105                 "u16",
106                 "_vl_msg_id"
107             ],
108             [
109                 "u32",
110                 "context"
111             ],
112             [
113                 "i32",
114                 "retval"
115             ],
116             [
117                 "u32",
118                 "ls_index"
119             ],
120             {
121                 "crc": "0xb6666db4"
122             }
123         ],
124         [
125             "lisp_add_del_locator",
126             [
127                 "u16",
128                 "_vl_msg_id"
129             ],
130             [
131                 "u32",
132                 "client_index"
133             ],
134             [
135                 "u32",
136                 "context"
137             ],
138             [
139                 "u8",
140                 "is_add"
141             ],
142             [
143                 "u8",
144                 "locator_set_name",
145                 64
146             ],
147             [
148                 "u32",
149                 "sw_if_index"
150             ],
151             [
152                 "u8",
153                 "priority"
154             ],
155             [
156                 "u8",
157                 "weight"
158             ],
159             {
160                 "crc": "0x006a4240"
161             }
162         ],
163         [
164             "lisp_add_del_locator_reply",
165             [
166                 "u16",
167                 "_vl_msg_id"
168             ],
169             [
170                 "u32",
171                 "context"
172             ],
173             [
174                 "i32",
175                 "retval"
176             ],
177             {
178                 "crc": "0xe8d4e804"
179             }
180         ],
181         [
182             "lisp_add_del_local_eid",
183             [
184                 "u16",
185                 "_vl_msg_id"
186             ],
187             [
188                 "u32",
189                 "client_index"
190             ],
191             [
192                 "u32",
193                 "context"
194             ],
195             [
196                 "u8",
197                 "is_add"
198             ],
199             [
200                 "u8",
201                 "eid_type"
202             ],
203             [
204                 "u8",
205                 "eid",
206                 16
207             ],
208             [
209                 "u8",
210                 "prefix_len"
211             ],
212             [
213                 "u8",
214                 "locator_set_name",
215                 64
216             ],
217             [
218                 "u32",
219                 "vni"
220             ],
221             [
222                 "u16",
223                 "key_id"
224             ],
225             [
226                 "u8",
227                 "key",
228                 64
229             ],
230             {
231                 "crc": "0xe6d00717"
232             }
233         ],
234         [
235             "lisp_add_del_local_eid_reply",
236             [
237                 "u16",
238                 "_vl_msg_id"
239             ],
240             [
241                 "u32",
242                 "context"
243             ],
244             [
245                 "i32",
246                 "retval"
247             ],
248             {
249                 "crc": "0xe8d4e804"
250             }
251         ],
252         [
253             "lisp_add_del_map_server",
254             [
255                 "u16",
256                 "_vl_msg_id"
257             ],
258             [
259                 "u32",
260                 "client_index"
261             ],
262             [
263                 "u32",
264                 "context"
265             ],
266             [
267                 "u8",
268                 "is_add"
269             ],
270             [
271                 "u8",
272                 "is_ipv6"
273             ],
274             [
275                 "u8",
276                 "ip_address",
277                 16
278             ],
279             {
280                 "crc": "0x0ebcd37d"
281             }
282         ],
283         [
284             "lisp_add_del_map_server_reply",
285             [
286                 "u16",
287                 "_vl_msg_id"
288             ],
289             [
290                 "u32",
291                 "context"
292             ],
293             [
294                 "i32",
295                 "retval"
296             ],
297             {
298                 "crc": "0xe8d4e804"
299             }
300         ],
301         [
302             "lisp_add_del_map_resolver",
303             [
304                 "u16",
305                 "_vl_msg_id"
306             ],
307             [
308                 "u32",
309                 "client_index"
310             ],
311             [
312                 "u32",
313                 "context"
314             ],
315             [
316                 "u8",
317                 "is_add"
318             ],
319             [
320                 "u8",
321                 "is_ipv6"
322             ],
323             [
324                 "u8",
325                 "ip_address",
326                 16
327             ],
328             {
329                 "crc": "0x0ebcd37d"
330             }
331         ],
332         [
333             "lisp_add_del_map_resolver_reply",
334             [
335                 "u16",
336                 "_vl_msg_id"
337             ],
338             [
339                 "u32",
340                 "context"
341             ],
342             [
343                 "i32",
344                 "retval"
345             ],
346             {
347                 "crc": "0xe8d4e804"
348             }
349         ],
350         [
351             "lisp_enable_disable",
352             [
353                 "u16",
354                 "_vl_msg_id"
355             ],
356             [
357                 "u32",
358                 "client_index"
359             ],
360             [
361                 "u32",
362                 "context"
363             ],
364             [
365                 "u8",
366                 "is_en"
367             ],
368             {
369                 "crc": "0xeb0e943b"
370             }
371         ],
372         [
373             "lisp_enable_disable_reply",
374             [
375                 "u16",
376                 "_vl_msg_id"
377             ],
378             [
379                 "u32",
380                 "context"
381             ],
382             [
383                 "i32",
384                 "retval"
385             ],
386             {
387                 "crc": "0xe8d4e804"
388             }
389         ],
390         [
391             "lisp_pitr_set_locator_set",
392             [
393                 "u16",
394                 "_vl_msg_id"
395             ],
396             [
397                 "u32",
398                 "client_index"
399             ],
400             [
401                 "u32",
402                 "context"
403             ],
404             [
405                 "u8",
406                 "is_add"
407             ],
408             [
409                 "u8",
410                 "ls_name",
411                 64
412             ],
413             {
414                 "crc": "0x7aa022dd"
415             }
416         ],
417         [
418             "lisp_pitr_set_locator_set_reply",
419             [
420                 "u16",
421                 "_vl_msg_id"
422             ],
423             [
424                 "u32",
425                 "context"
426             ],
427             [
428                 "i32",
429                 "retval"
430             ],
431             {
432                 "crc": "0xe8d4e804"
433             }
434         ],
435         [
436             "lisp_use_petr",
437             [
438                 "u16",
439                 "_vl_msg_id"
440             ],
441             [
442                 "u32",
443                 "client_index"
444             ],
445             [
446                 "u32",
447                 "context"
448             ],
449             [
450                 "u8",
451                 "is_ip4"
452             ],
453             [
454                 "u8",
455                 "address",
456                 16
457             ],
458             [
459                 "u8",
460                 "is_add"
461             ],
462             {
463                 "crc": "0x6910787d"
464             }
465         ],
466         [
467             "lisp_use_petr_reply",
468             [
469                 "u16",
470                 "_vl_msg_id"
471             ],
472             [
473                 "u32",
474                 "context"
475             ],
476             [
477                 "i32",
478                 "retval"
479             ],
480             {
481                 "crc": "0xe8d4e804"
482             }
483         ],
484         [
485             "show_lisp_use_petr",
486             [
487                 "u16",
488                 "_vl_msg_id"
489             ],
490             [
491                 "u32",
492                 "client_index"
493             ],
494             [
495                 "u32",
496                 "context"
497             ],
498             {
499                 "crc": "0x51077d14"
500             }
501         ],
502         [
503             "show_lisp_use_petr_reply",
504             [
505                 "u16",
506                 "_vl_msg_id"
507             ],
508             [
509                 "u32",
510                 "context"
511             ],
512             [
513                 "i32",
514                 "retval"
515             ],
516             [
517                 "u8",
518                 "status"
519             ],
520             [
521                 "u8",
522                 "is_ip4"
523             ],
524             [
525                 "u8",
526                 "address",
527                 16
528             ],
529             {
530                 "crc": "0x1eb21916"
531             }
532         ],
533         [
534             "show_lisp_rloc_probe_state",
535             [
536                 "u16",
537                 "_vl_msg_id"
538             ],
539             [
540                 "u32",
541                 "client_index"
542             ],
543             [
544                 "u32",
545                 "context"
546             ],
547             {
548                 "crc": "0x51077d14"
549             }
550         ],
551         [
552             "show_lisp_rloc_probe_state_reply",
553             [
554                 "u16",
555                 "_vl_msg_id"
556             ],
557             [
558                 "u32",
559                 "context"
560             ],
561             [
562                 "i32",
563                 "retval"
564             ],
565             [
566                 "u8",
567                 "is_enabled"
568             ],
569             {
570                 "crc": "0x14304fbc"
571             }
572         ],
573         [
574             "lisp_rloc_probe_enable_disable",
575             [
576                 "u16",
577                 "_vl_msg_id"
578             ],
579             [
580                 "u32",
581                 "client_index"
582             ],
583             [
584                 "u32",
585                 "context"
586             ],
587             [
588                 "u8",
589                 "is_enabled"
590             ],
591             {
592                 "crc": "0x294103d1"
593             }
594         ],
595         [
596             "lisp_rloc_probe_enable_disable_reply",
597             [
598                 "u16",
599                 "_vl_msg_id"
600             ],
601             [
602                 "u32",
603                 "context"
604             ],
605             [
606                 "i32",
607                 "retval"
608             ],
609             {
610                 "crc": "0xe8d4e804"
611             }
612         ],
613         [
614             "lisp_map_register_enable_disable",
615             [
616                 "u16",
617                 "_vl_msg_id"
618             ],
619             [
620                 "u32",
621                 "client_index"
622             ],
623             [
624                 "u32",
625                 "context"
626             ],
627             [
628                 "u8",
629                 "is_enabled"
630             ],
631             {
632                 "crc": "0x294103d1"
633             }
634         ],
635         [
636             "lisp_map_register_enable_disable_reply",
637             [
638                 "u16",
639                 "_vl_msg_id"
640             ],
641             [
642                 "u32",
643                 "context"
644             ],
645             [
646                 "i32",
647                 "retval"
648             ],
649             {
650                 "crc": "0xe8d4e804"
651             }
652         ],
653         [
654             "show_lisp_map_register_state",
655             [
656                 "u16",
657                 "_vl_msg_id"
658             ],
659             [
660                 "u32",
661                 "client_index"
662             ],
663             [
664                 "u32",
665                 "context"
666             ],
667             {
668                 "crc": "0x51077d14"
669             }
670         ],
671         [
672             "show_lisp_map_register_state_reply",
673             [
674                 "u16",
675                 "_vl_msg_id"
676             ],
677             [
678                 "u32",
679                 "context"
680             ],
681             [
682                 "i32",
683                 "retval"
684             ],
685             [
686                 "u8",
687                 "is_enabled"
688             ],
689             {
690                 "crc": "0x14304fbc"
691             }
692         ],
693         [
694             "lisp_map_request_mode",
695             [
696                 "u16",
697                 "_vl_msg_id"
698             ],
699             [
700                 "u32",
701                 "client_index"
702             ],
703             [
704                 "u32",
705                 "context"
706             ],
707             [
708                 "u8",
709                 "mode"
710             ],
711             {
712                 "crc": "0xf3f93ce9"
713             }
714         ],
715         [
716             "lisp_map_request_mode_reply",
717             [
718                 "u16",
719                 "_vl_msg_id"
720             ],
721             [
722                 "u32",
723                 "context"
724             ],
725             [
726                 "i32",
727                 "retval"
728             ],
729             {
730                 "crc": "0xe8d4e804"
731             }
732         ],
733         [
734             "show_lisp_map_request_mode",
735             [
736                 "u16",
737                 "_vl_msg_id"
738             ],
739             [
740                 "u32",
741                 "client_index"
742             ],
743             [
744                 "u32",
745                 "context"
746             ],
747             {
748                 "crc": "0x51077d14"
749             }
750         ],
751         [
752             "show_lisp_map_request_mode_reply",
753             [
754                 "u16",
755                 "_vl_msg_id"
756             ],
757             [
758                 "u32",
759                 "context"
760             ],
761             [
762                 "i32",
763                 "retval"
764             ],
765             [
766                 "u8",
767                 "mode"
768             ],
769             {
770                 "crc": "0xd423107c"
771             }
772         ],
773         [
774             "lisp_add_del_remote_mapping",
775             [
776                 "u16",
777                 "_vl_msg_id"
778             ],
779             [
780                 "u32",
781                 "client_index"
782             ],
783             [
784                 "u32",
785                 "context"
786             ],
787             [
788                 "u8",
789                 "is_add"
790             ],
791             [
792                 "u8",
793                 "is_src_dst"
794             ],
795             [
796                 "u8",
797                 "del_all"
798             ],
799             [
800                 "u32",
801                 "vni"
802             ],
803             [
804                 "u8",
805                 "action"
806             ],
807             [
808                 "u8",
809                 "eid_type"
810             ],
811             [
812                 "u8",
813                 "eid",
814                 16
815             ],
816             [
817                 "u8",
818                 "eid_len"
819             ],
820             [
821                 "u8",
822                 "seid",
823                 16
824             ],
825             [
826                 "u8",
827                 "seid_len"
828             ],
829             [
830                 "u32",
831                 "rloc_num"
832             ],
833             [
834                 "vl_api_remote_locator_t",
835                 "rlocs",
836                 0,
837                 "rloc_num"
838             ],
839             {
840                 "crc": "0xb879c3a9"
841             }
842         ],
843         [
844             "lisp_add_del_remote_mapping_reply",
845             [
846                 "u16",
847                 "_vl_msg_id"
848             ],
849             [
850                 "u32",
851                 "context"
852             ],
853             [
854                 "i32",
855                 "retval"
856             ],
857             {
858                 "crc": "0xe8d4e804"
859             }
860         ],
861         [
862             "lisp_add_del_adjacency",
863             [
864                 "u16",
865                 "_vl_msg_id"
866             ],
867             [
868                 "u32",
869                 "client_index"
870             ],
871             [
872                 "u32",
873                 "context"
874             ],
875             [
876                 "u8",
877                 "is_add"
878             ],
879             [
880                 "u32",
881                 "vni"
882             ],
883             [
884                 "u8",
885                 "eid_type"
886             ],
887             [
888                 "u8",
889                 "reid",
890                 16
891             ],
892             [
893                 "u8",
894                 "leid",
895                 16
896             ],
897             [
898                 "u8",
899                 "reid_len"
900             ],
901             [
902                 "u8",
903                 "leid_len"
904             ],
905             {
906                 "crc": "0xf047390d"
907             }
908         ],
909         [
910             "lisp_add_del_adjacency_reply",
911             [
912                 "u16",
913                 "_vl_msg_id"
914             ],
915             [
916                 "u32",
917                 "context"
918             ],
919             [
920                 "i32",
921                 "retval"
922             ],
923             {
924                 "crc": "0xe8d4e804"
925             }
926         ],
927         [
928             "lisp_add_del_map_request_itr_rlocs",
929             [
930                 "u16",
931                 "_vl_msg_id"
932             ],
933             [
934                 "u32",
935                 "client_index"
936             ],
937             [
938                 "u32",
939                 "context"
940             ],
941             [
942                 "u8",
943                 "is_add"
944             ],
945             [
946                 "u8",
947                 "locator_set_name",
948                 64
949             ],
950             {
951                 "crc": "0xc7c6cb2f"
952             }
953         ],
954         [
955             "lisp_add_del_map_request_itr_rlocs_reply",
956             [
957                 "u16",
958                 "_vl_msg_id"
959             ],
960             [
961                 "u32",
962                 "context"
963             ],
964             [
965                 "i32",
966                 "retval"
967             ],
968             {
969                 "crc": "0xe8d4e804"
970             }
971         ],
972         [
973             "lisp_eid_table_add_del_map",
974             [
975                 "u16",
976                 "_vl_msg_id"
977             ],
978             [
979                 "u32",
980                 "client_index"
981             ],
982             [
983                 "u32",
984                 "context"
985             ],
986             [
987                 "u8",
988                 "is_add"
989             ],
990             [
991                 "u32",
992                 "vni"
993             ],
994             [
995                 "u32",
996                 "dp_table"
997             ],
998             [
999                 "u8",
1000                 "is_l2"
1001             ],
1002             {
1003                 "crc": "0x59e9975e"
1004             }
1005         ],
1006         [
1007             "lisp_eid_table_add_del_map_reply",
1008             [
1009                 "u16",
1010                 "_vl_msg_id"
1011             ],
1012             [
1013                 "u32",
1014                 "context"
1015             ],
1016             [
1017                 "i32",
1018                 "retval"
1019             ],
1020             {
1021                 "crc": "0xe8d4e804"
1022             }
1023         ],
1024         [
1025             "lisp_locator_dump",
1026             [
1027                 "u16",
1028                 "_vl_msg_id"
1029             ],
1030             [
1031                 "u32",
1032                 "client_index"
1033             ],
1034             [
1035                 "u32",
1036                 "context"
1037             ],
1038             [
1039                 "u32",
1040                 "ls_index"
1041             ],
1042             [
1043                 "u8",
1044                 "ls_name",
1045                 64
1046             ],
1047             [
1048                 "u8",
1049                 "is_index_set"
1050             ],
1051             {
1052                 "crc": "0xf27d5050"
1053             }
1054         ],
1055         [
1056             "lisp_locator_details",
1057             [
1058                 "u16",
1059                 "_vl_msg_id"
1060             ],
1061             [
1062                 "u32",
1063                 "context"
1064             ],
1065             [
1066                 "u8",
1067                 "local"
1068             ],
1069             [
1070                 "u32",
1071                 "sw_if_index"
1072             ],
1073             [
1074                 "u8",
1075                 "is_ipv6"
1076             ],
1077             [
1078                 "u8",
1079                 "ip_address",
1080                 16
1081             ],
1082             [
1083                 "u8",
1084                 "priority"
1085             ],
1086             [
1087                 "u8",
1088                 "weight"
1089             ],
1090             {
1091                 "crc": "0xb3988a30"
1092             }
1093         ],
1094         [
1095             "lisp_locator_set_details",
1096             [
1097                 "u16",
1098                 "_vl_msg_id"
1099             ],
1100             [
1101                 "u32",
1102                 "context"
1103             ],
1104             [
1105                 "u32",
1106                 "ls_index"
1107             ],
1108             [
1109                 "u8",
1110                 "ls_name",
1111                 64
1112             ],
1113             {
1114                 "crc": "0x6b846882"
1115             }
1116         ],
1117         [
1118             "lisp_locator_set_dump",
1119             [
1120                 "u16",
1121                 "_vl_msg_id"
1122             ],
1123             [
1124                 "u32",
1125                 "client_index"
1126             ],
1127             [
1128                 "u32",
1129                 "context"
1130             ],
1131             [
1132                 "u8",
1133                 "filter"
1134             ],
1135             {
1136                 "crc": "0xc79e8ab0"
1137             }
1138         ],
1139         [
1140             "lisp_eid_table_details",
1141             [
1142                 "u16",
1143                 "_vl_msg_id"
1144             ],
1145             [
1146                 "u32",
1147                 "context"
1148             ],
1149             [
1150                 "u32",
1151                 "locator_set_index"
1152             ],
1153             [
1154                 "u8",
1155                 "action"
1156             ],
1157             [
1158                 "u8",
1159                 "is_local"
1160             ],
1161             [
1162                 "u8",
1163                 "eid_type"
1164             ],
1165             [
1166                 "u8",
1167                 "is_src_dst"
1168             ],
1169             [
1170                 "u32",
1171                 "vni"
1172             ],
1173             [
1174                 "u8",
1175                 "eid",
1176                 16
1177             ],
1178             [
1179                 "u8",
1180                 "eid_prefix_len"
1181             ],
1182             [
1183                 "u8",
1184                 "seid",
1185                 16
1186             ],
1187             [
1188                 "u8",
1189                 "seid_prefix_len"
1190             ],
1191             [
1192                 "u32",
1193                 "ttl"
1194             ],
1195             [
1196                 "u8",
1197                 "authoritative"
1198             ],
1199             [
1200                 "u16",
1201                 "key_id"
1202             ],
1203             [
1204                 "u8",
1205                 "key",
1206                 64
1207             ],
1208             {
1209                 "crc": "0xdcd9f414"
1210             }
1211         ],
1212         [
1213             "lisp_eid_table_dump",
1214             [
1215                 "u16",
1216                 "_vl_msg_id"
1217             ],
1218             [
1219                 "u32",
1220                 "client_index"
1221             ],
1222             [
1223                 "u32",
1224                 "context"
1225             ],
1226             [
1227                 "u8",
1228                 "eid_set"
1229             ],
1230             [
1231                 "u8",
1232                 "prefix_length"
1233             ],
1234             [
1235                 "u32",
1236                 "vni"
1237             ],
1238             [
1239                 "u8",
1240                 "eid_type"
1241             ],
1242             [
1243                 "u8",
1244                 "eid",
1245                 16
1246             ],
1247             [
1248                 "u8",
1249                 "filter"
1250             ],
1251             {
1252                 "crc": "0xe0df64da"
1253             }
1254         ],
1255         [
1256             "lisp_adjacencies_get_reply",
1257             [
1258                 "u16",
1259                 "_vl_msg_id"
1260             ],
1261             [
1262                 "u32",
1263                 "context"
1264             ],
1265             [
1266                 "i32",
1267                 "retval"
1268             ],
1269             [
1270                 "u32",
1271                 "count"
1272             ],
1273             [
1274                 "vl_api_lisp_adjacency_t",
1275                 "adjacencies",
1276                 0,
1277                 "count"
1278             ],
1279             {
1280                 "crc": "0xada0f464"
1281             }
1282         ],
1283         [
1284             "lisp_adjacencies_get",
1285             [
1286                 "u16",
1287                 "_vl_msg_id"
1288             ],
1289             [
1290                 "u32",
1291                 "client_index"
1292             ],
1293             [
1294                 "u32",
1295                 "context"
1296             ],
1297             [
1298                 "u32",
1299                 "vni"
1300             ],
1301             {
1302                 "crc": "0x8d1f2fe9"
1303             }
1304         ],
1305         [
1306             "lisp_eid_table_map_details",
1307             [
1308                 "u16",
1309                 "_vl_msg_id"
1310             ],
1311             [
1312                 "u32",
1313                 "context"
1314             ],
1315             [
1316                 "u32",
1317                 "vni"
1318             ],
1319             [
1320                 "u32",
1321                 "dp_table"
1322             ],
1323             {
1324                 "crc": "0x0b6859e2"
1325             }
1326         ],
1327         [
1328             "lisp_eid_table_map_dump",
1329             [
1330                 "u16",
1331                 "_vl_msg_id"
1332             ],
1333             [
1334                 "u32",
1335                 "client_index"
1336             ],
1337             [
1338                 "u32",
1339                 "context"
1340             ],
1341             [
1342                 "u8",
1343                 "is_l2"
1344             ],
1345             {
1346                 "crc": "0x67c54650"
1347             }
1348         ],
1349         [
1350             "lisp_eid_table_vni_dump",
1351             [
1352                 "u16",
1353                 "_vl_msg_id"
1354             ],
1355             [
1356                 "u32",
1357                 "client_index"
1358             ],
1359             [
1360                 "u32",
1361                 "context"
1362             ],
1363             {
1364                 "crc": "0x51077d14"
1365             }
1366         ],
1367         [
1368             "lisp_eid_table_vni_details",
1369             [
1370                 "u16",
1371                 "_vl_msg_id"
1372             ],
1373             [
1374                 "u32",
1375                 "context"
1376             ],
1377             [
1378                 "u32",
1379                 "vni"
1380             ],
1381             {
1382                 "crc": "0x64abc01e"
1383             }
1384         ],
1385         [
1386             "lisp_map_resolver_details",
1387             [
1388                 "u16",
1389                 "_vl_msg_id"
1390             ],
1391             [
1392                 "u32",
1393                 "context"
1394             ],
1395             [
1396                 "u8",
1397                 "is_ipv6"
1398             ],
1399             [
1400                 "u8",
1401                 "ip_address",
1402                 16
1403             ],
1404             {
1405                 "crc": "0x60a5f5ca"
1406             }
1407         ],
1408         [
1409             "lisp_map_resolver_dump",
1410             [
1411                 "u16",
1412                 "_vl_msg_id"
1413             ],
1414             [
1415                 "u32",
1416                 "client_index"
1417             ],
1418             [
1419                 "u32",
1420                 "context"
1421             ],
1422             {
1423                 "crc": "0x51077d14"
1424             }
1425         ],
1426         [
1427             "lisp_map_server_details",
1428             [
1429                 "u16",
1430                 "_vl_msg_id"
1431             ],
1432             [
1433                 "u32",
1434                 "context"
1435             ],
1436             [
1437                 "u8",
1438                 "is_ipv6"
1439             ],
1440             [
1441                 "u8",
1442                 "ip_address",
1443                 16
1444             ],
1445             {
1446                 "crc": "0x60a5f5ca"
1447             }
1448         ],
1449         [
1450             "lisp_map_server_dump",
1451             [
1452                 "u16",
1453                 "_vl_msg_id"
1454             ],
1455             [
1456                 "u32",
1457                 "client_index"
1458             ],
1459             [
1460                 "u32",
1461                 "context"
1462             ],
1463             {
1464                 "crc": "0x51077d14"
1465             }
1466         ],
1467         [
1468             "show_lisp_status",
1469             [
1470                 "u16",
1471                 "_vl_msg_id"
1472             ],
1473             [
1474                 "u32",
1475                 "client_index"
1476             ],
1477             [
1478                 "u32",
1479                 "context"
1480             ],
1481             {
1482                 "crc": "0x51077d14"
1483             }
1484         ],
1485         [
1486             "show_lisp_status_reply",
1487             [
1488                 "u16",
1489                 "_vl_msg_id"
1490             ],
1491             [
1492                 "u32",
1493                 "context"
1494             ],
1495             [
1496                 "i32",
1497                 "retval"
1498             ],
1499             [
1500                 "u8",
1501                 "feature_status"
1502             ],
1503             [
1504                 "u8",
1505                 "gpe_status"
1506             ],
1507             {
1508                 "crc": "0xddcf48ef"
1509             }
1510         ],
1511         [
1512             "lisp_get_map_request_itr_rlocs",
1513             [
1514                 "u16",
1515                 "_vl_msg_id"
1516             ],
1517             [
1518                 "u32",
1519                 "client_index"
1520             ],
1521             [
1522                 "u32",
1523                 "context"
1524             ],
1525             {
1526                 "crc": "0x51077d14"
1527             }
1528         ],
1529         [
1530             "lisp_get_map_request_itr_rlocs_reply",
1531             [
1532                 "u16",
1533                 "_vl_msg_id"
1534             ],
1535             [
1536                 "u32",
1537                 "context"
1538             ],
1539             [
1540                 "i32",
1541                 "retval"
1542             ],
1543             [
1544                 "u8",
1545                 "locator_set_name",
1546                 64
1547             ],
1548             {
1549                 "crc": "0x9f56f6f7"
1550             }
1551         ],
1552         [
1553             "show_lisp_pitr",
1554             [
1555                 "u16",
1556                 "_vl_msg_id"
1557             ],
1558             [
1559                 "u32",
1560                 "client_index"
1561             ],
1562             [
1563                 "u32",
1564                 "context"
1565             ],
1566             {
1567                 "crc": "0x51077d14"
1568             }
1569         ],
1570         [
1571             "show_lisp_pitr_reply",
1572             [
1573                 "u16",
1574                 "_vl_msg_id"
1575             ],
1576             [
1577                 "u32",
1578                 "context"
1579             ],
1580             [
1581                 "i32",
1582                 "retval"
1583             ],
1584             [
1585                 "u8",
1586                 "status"
1587             ],
1588             [
1589                 "u8",
1590                 "locator_set_name",
1591                 64
1592             ],
1593             {
1594                 "crc": "0xdca512cc"
1595             }
1596         ]
1597     ],
1598     "unions": [],
1599     "enums": [],
1600     "services": {
1601         "lisp_add_del_locator_set": {
1602             "reply": "lisp_add_del_locator_set_reply"
1603         },
1604         "lisp_add_del_locator": {
1605             "reply": "lisp_add_del_locator_reply"
1606         },
1607         "lisp_add_del_local_eid": {
1608             "reply": "lisp_add_del_local_eid_reply"
1609         },
1610         "lisp_add_del_map_server": {
1611             "reply": "lisp_add_del_map_server_reply"
1612         },
1613         "lisp_add_del_map_resolver": {
1614             "reply": "lisp_add_del_map_resolver_reply"
1615         },
1616         "lisp_enable_disable": {
1617             "reply": "lisp_enable_disable_reply"
1618         },
1619         "lisp_pitr_set_locator_set": {
1620             "reply": "lisp_pitr_set_locator_set_reply"
1621         },
1622         "lisp_use_petr": {
1623             "reply": "lisp_use_petr_reply"
1624         },
1625         "show_lisp_use_petr": {
1626             "reply": "show_lisp_use_petr_reply"
1627         },
1628         "show_lisp_rloc_probe_state": {
1629             "reply": "show_lisp_rloc_probe_state_reply"
1630         },
1631         "lisp_rloc_probe_enable_disable": {
1632             "reply": "lisp_rloc_probe_enable_disable_reply"
1633         },
1634         "lisp_map_register_enable_disable": {
1635             "reply": "lisp_map_register_enable_disable_reply"
1636         },
1637         "show_lisp_map_register_state": {
1638             "reply": "show_lisp_map_register_state_reply"
1639         },
1640         "lisp_map_request_mode": {
1641             "reply": "lisp_map_request_mode_reply"
1642         },
1643         "show_lisp_map_request_mode": {
1644             "reply": "show_lisp_map_request_mode_reply"
1645         },
1646         "lisp_add_del_remote_mapping": {
1647             "reply": "lisp_add_del_remote_mapping_reply"
1648         },
1649         "lisp_add_del_adjacency": {
1650             "reply": "lisp_add_del_adjacency_reply"
1651         },
1652         "lisp_add_del_map_request_itr_rlocs": {
1653             "reply": "lisp_add_del_map_request_itr_rlocs_reply"
1654         },
1655         "lisp_eid_table_add_del_map": {
1656             "reply": "lisp_eid_table_add_del_map_reply"
1657         },
1658         "lisp_locator_dump": {
1659             "reply": "lisp_locator_details",
1660             "stream": true
1661         },
1662         "lisp_locator_set_dump": {
1663             "reply": "lisp_locator_set_details",
1664             "stream": true
1665         },
1666         "lisp_eid_table_dump": {
1667             "reply": "lisp_eid_table_details",
1668             "stream": true
1669         },
1670         "lisp_adjacencies_get": {
1671             "reply": "lisp_adjacencies_get_reply"
1672         },
1673         "lisp_eid_table_map_dump": {
1674             "reply": "lisp_eid_table_map_details",
1675             "stream": true
1676         },
1677         "lisp_eid_table_vni_dump": {
1678             "reply": "lisp_eid_table_vni_details",
1679             "stream": true
1680         },
1681         "lisp_map_resolver_dump": {
1682             "reply": "lisp_map_resolver_details",
1683             "stream": true
1684         },
1685         "lisp_map_server_dump": {
1686             "reply": "lisp_map_server_details",
1687             "stream": true
1688         },
1689         "show_lisp_status": {
1690             "reply": "show_lisp_status_reply"
1691         },
1692         "lisp_get_map_request_itr_rlocs": {
1693             "reply": "lisp_get_map_request_itr_rlocs_reply"
1694         },
1695         "show_lisp_pitr": {
1696             "reply": "show_lisp_pitr_reply"
1697         }
1698     },
1699     "options": {
1700         "version": "1.0.0"
1701     },
1702     "aliases": {},
1703     "vl_api_version": "0x681568f8"
1704 }