aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/lisp-cp/control.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-06VPP-386 Fix map-server output in lisp-cp-lookup traceFlorin Coras1-6/+3
2016-09-02VPP-375: Fix LSIP locator set hash table on additionFilip Tehlar1-1/+1
2016-08-26VPP-357 Fix vni for LISP fwd entry removalsFlorin Coras1-1/+1
2016-08-23VPP-342: Don't allow remote mapping to overwrite local or static mappingFilip Tehlar1-3/+17
2016-08-17VPP-260 Coding standards cleanup - vnet/vnet/lisp-cpFlorin Coras1-1351/+1446
2016-08-16VPP-330 Track pending map-requests with a fifoFlorin Coras1-8/+11
2016-08-15VPP-198: LISP map-resolver failover algorithmFilip Tehlar1-52/+370
2016-08-11VPP-196 LISP L2/L3 tunnel multihomingFlorin Coras1-24/+30
2016-08-04LISP multihoming API changes and cleanupFlorin Coras1-12/+12
2016-08-02API support for src/dst based routing policy in LISPFilip Tehlar1-30/+15
2016-08-01Fix new LISP Coverity warningsFlorin Coras1-19/+3
2016-07-31Initial L2 LISP supportFlorin Coras1-87/+192
2016-07-28Edit eid table dumpAndrej Kozemcak1-8/+30
2016-07-28LISP - Bug fix, can`t remove static remote mappingAndrej Kozemcak1-62/+35
2016-07-27VAT add_locator_set api support multiple locatorsAndrej Kozemcak1-3/+10
2016-07-26Fix Coverty warning in lisp_add_del_map_resolver_command_fnFlorin Coras1-2/+9
2016-07-20Add new lisp API - Show pitrAndrej Kozemcak1-0/+44
2016-07-13Add API dump call for vrf/vni mapping to vpp-api-testFilip Tehlar1-1/+1
2016-07-11Simplify API to add LISP adjacenciesFlorin Coras1-69/+45
2016-07-08Add locator prority and weight to LISP APIFilip Tehlar1-5/+20
2016-07-07Fix deletion forwarding entries when deleting static remote mappingFilip Tehlar1-0/+3
2016-07-07Add an option to dump details about specific LISP EID in API/CLIFilip Tehlar1-7/+42
2016-07-04LISP CP cleanup and refactoringFlorin Coras1-704/+751
2016-06-27Add MAC address support to LISP map-cacheFilip Tehlar1-15/+38
2016-06-24Reformat output of lisp eid-table show command.Filip Tehlar1-11/+53
2016-06-23LISP EID virtualization supportFilip Tehlar1-12/+167
2016-06-22CLI to update locator-setAndrej Kozemcak1-6/+83
2016-06-21Check if LISP is enableAndrej Kozemcak1-5/+66
2016-06-17New LISP API map-request itr-rlocAndrej Kozemcak1-1/+129
2016-06-17Consolidate use of IP fib functions in LISP CPFlorin Coras1-143/+108
2016-06-15Fix LISP locator pair selectionFlorin Coras1-128/+213
2016-06-15Fix remote mapping CLI for unset v6 local eidFlorin Coras1-5/+12
2016-05-31Add CLI/API for clearing all remote mappingsFilip Tehlar1-23/+77
2016-05-31ONE-15: Fix duplicate locator, refactoring locatorAndrej Kozemcak1-240/+153
2016-05-31ONE-16: Locators are not properly cleanedFilip Tehlar1-2/+16
2016-05-26Add show command for LISP map resolversFilip Tehlar1-0/+21
2016-05-25ONE-14: Fix crash when re-enable LispAndrej Kozemcak1-4/+9
2016-05-23Add LISP RTR supportFilip Tehlar1-36/+254
2016-05-15ONE-13: Add CLI/API for LISP static remote mappingsFilip Tehlar1-1/+244
2016-05-13ONE-7: Fix map-request encapsulationFlorin Coras1-68/+81
2016-05-13ONE-11: Fix bugs in LISP APIAndrej Kozemcak1-1/+1
2016-05-11ONE-6: dp is not programmed when re-enabling LISPFilip Tehlar1-6/+24
2016-05-10ONE-4: Add LISP enable/disable API/CLIFilip Tehlar1-0/+132
2016-04-29Fix use of vni throughout lisp codeFlorin Coras1-24/+27
2016-04-29Add support for LCAF Instance IDFilip Tehlar1-14/+29
2016-04-29Add lisp-gpe ip6 data-plane supportFlorin Coras1-4/+9
2016-04-28LISP IPv6 control support, create IPv6 headerAndrej Kozemcak1-1/+0
2016-04-25Convert lisp-gpe encap to interface tx nodeFlorin Coras1-12/+88
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion1-4/+4
2016-04-15Add LISP APIAndrej Kozemcak1-17/+229