aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-plugin/src/hicn_api.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-13feat(hicn-plugin): handle case of no exact match for mapme IUMauro Sardara1-1/+46
2023-01-20feat: implement set strategy API for hicn-pluginMauro Sardara1-1/+23
2022-03-31feat: boostrap hicn 22.02Luca Muscariello1-10/+27
2021-07-20HICN-716 Upgrade to VPP 21.06Mauro Sardara1-2/+2
2021-02-10[HICN-682] Fix hicn-plugin to be compatible with version 21.01Mauro Sardara1-225/+183
2020-09-18Revert to [HICN-638] Check if systemd is running before enabling hicn-light s...Mauro Sardara1-0/+727
2020-09-14[HICN-574] Host stack plugin for VPP.Mauro Sardara1-727/+0
2020-05-05[HICN-608] Added configuratin option to manage hicn behaviour with interfacesAlberto Compagno1-1/+2
2020-05-04[HICN-603] Cleanup code for managing routeAlberto Compagno1-71/+0
2020-05-04[HICN-602] Added bidirectional udp tunnelsAlberto Compagno1-1/+54
2020-05-04[HICN-591] Created new command "hicn enable <prefix>" that enable hicn on a g...Alberto Compagno1-239/+24
2020-05-04[HICN-590] Removed andjacency type specific face implementationAlberto Compagno1-295/+262
2020-03-20[HICN-551] Removed source code that uses aclAlberto Compagno1-76/+5
2020-03-19[HICN-547] Removing punting through acl for interestsAlberto Compagno1-20/+18
2020-01-30[HICN-445] Update to vpp 20.01Alberto Compagno1-78/+6
2020-01-21[HICN-486] Writing face type in network order in the face_detail binary api m...Alberto Compagno1-2/+2
2020-01-15[HICN-477] Fixed strategy get ctx that could lead to a segfaultAlberto Compagno1-2/+2
2019-11-26[HICN-398] Added face create/delete/list and listener list on libctrl for hic...Alberto Compagno1-2/+2
2019-11-22Merge "[HICN-405] Added application face delete"Alberto Compagno1-21/+57
2019-11-22[HICN-405] Added application face deleteAlberto Compagno1-21/+57
2019-11-20[HICN-394] Add route commands add, list, del for the hicn-pluginAlberto Compagno1-2/+2
2019-11-18[HICN-397] Added punting add message for punting on udp portsAlberto Compagno1-5/+35
2019-11-18[HICN-225] Added generic binary api for handling facesAlberto Compagno1-30/+284
2019-11-04[HICN-262] Fix binary api to prevent byteswapping of ip addresses in vapiAlberto Compagno1-60/+31
2019-10-09Merge "[HICN-226] Reworked incoming face identification on receiving a data p...Alberto Compagno1-1/+1
2019-10-07[HICN-226]Alberto Compagno1-1/+1
2019-10-06[HICN-287] Adding hicn section to the startup.confAlberto Compagno1-65/+53
2019-09-24[HICN-260] Added a dump binary api for hicn routesAlberto Compagno1-1/+128
2019-05-10[HICN-193] Fixed faceid convertion from network to host orderAlberto Compagno1-1/+1
2019-04-03[HICN-161] Fixed bug that prevents to create an ip face when the code is comp...Alberto Compagno1-4/+4
2019-04-02[HICN-158] Fixed ip face deletion from binary apiAlberto Compagno1-3/+3
2019-04-01[HICN-157] Fixed wrong host to network conversion of face id in hicn_face_ip_...Alberto Compagno1-1/+1
2019-03-29[HICN-151] The source address in the IP face is optional. If not provided it ...Alberto Compagno1-4/+57
2019-03-27[HICN-150] Fixed punting to classify packets from current_data instead of fro...Alberto Compagno1-1/+1
2019-03-23[HICN-139] Exporting per-face statistics through the binary api.Alberto Compagno1-0/+63
2019-03-12[HICN-109] Added missing parameter to the face ip add binary api.Alberto Compagno1-17/+37
2019-02-14- [HICN-65] Populating hash map of handler and crc in api_mainAlberto Compagno1-8/+33
2019-01-30[HICN-18] first commit of libtransport for windowsAngelo Mantellini1-0/+0
2019-01-17This is the first commit of the hicn projectv19.01Luca Muscariello1-0/+570