aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/map/map_api.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-8/+0
2021-02-04api: Fold the empty pool check into the main macroNeale Ranns1-6/+0
2021-02-03vppapigen: Support an 'autoendian' keyword for message definitions inNeale Ranns1-2/+0
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-3/+3
2020-11-25api: vat2 and json autogeneration for api messagesOle Troan1-1/+4
2020-05-27api: make vpp api handlers endian independentOle Troan1-4/+7
2020-05-25api: add new stream message conventionOle Troan1-29/+58
2020-01-27map: api: fix tag overflow and leakBenoît Ganne1-3/+4
2019-10-09map: use ip6-full-reassembly instead of own codeKlement Sekera1-102/+2
2019-10-01map: use SVR for MAP-TKlement Sekera1-45/+3
2019-09-26map: use SVR for MAP-EKlement Sekera1-0/+3
2019-09-25api: split api generated filesOle Troan1-72/+6
2019-09-16api: autogenerate api trace print/endianOle Troan1-0/+1
2019-09-12map: fix non-null-terminated C-stringBenoît Ganne1-3/+4
2019-09-03api: enforce vla is last and fixed string typeOle Troan1-6/+5
2019-08-19vppapigen map: raise ValueError when fieldname is python keywordPaul Vinciguerra1-1/+1
2019-07-08map gbp papi: match endianess of f64Paul Vinciguerra1-5/+3
2019-06-26api: refactor format_vl_api_prefix_t return keysPaul Vinciguerra1-6/+6
2019-06-26api: Remove the inlines file and replace with library functionsNeale Ranns1-1/+0
2019-06-18api: string type to convert to vectorOle Troan1-9/+7
2019-05-29map: Use vl_api_string macros.Paul Vinciguerra1-23/+5
2019-03-22MAP: Crush Coverity ComplaintJon Loeliger1-1/+1
2019-03-19MAP: Add optional user-supplied 'tag' field in MAPs.Jon Loeliger1-3/+34
2019-01-07MAP: Prevent duplicate MAP-E/T graph nodes.Jon Loeliger1-0/+28
2018-12-21MAP: Convert from DPO to input feature.Jon Loeliger1-7/+0
2018-12-19MAP: Add API support for MAP input feature.Jon Loeliger1-0/+64
2018-12-17MAP: Encode ht-ratio as f64 for API.Jon Loeliger1-2/+2
2018-12-13MAP: Fix inverted 'is_add'/'is_del' flag in map_pre_resolve() call.Jon Loeliger1-1/+1
2018-12-13make build failure.Paul Vinciguerra1-1/+1
2018-12-11MAP: Add API support for setting parameters.Jon Loeliger1-1/+338
2018-12-06API: Change ip4_address and ip6_address to use type alias.Ole Troan1-1/+1
2018-11-22MAP: Use explicit address/prefix types in APIOle Troan1-14/+15
2018-10-23c11 safe string handling supportDave Barach1-4/+4
2018-06-25MAP: Move MAP-E/T to a plugin.Ole Troan1-0/+311