MAP: Add longest matching prefix (LPM) data structures 28/16528/2
authorOle Troan <ot@cisco.com>
Tue, 18 Dec 2018 11:33:26 +0000 (12:33 +0100)
committerDamjan Marion <dmarion@me.com>
Tue, 18 Dec 2018 13:02:45 +0000 (13:02 +0000)
commit91bfa6e2666c56f79cc97407c929d188cb34e90f
tree47eb4d66b08e0f93ba2218a8a24116daee80e78d
parent9e829a856fdf88b3ea5770048ea20dcd50d1b4eb
MAP: Add longest matching prefix (LPM) data structures

In preparation for adding input feature MAP support, as opposed to
going via the FIB, add MAP's own LPM data structures.

Change-Id: Ie363f0961b0ac9dde2a0fb76cb0c58c904876974
Signed-off-by: Ole Troan <ot@cisco.com>
src/plugins/map/CMakeLists.txt
src/plugins/map/lpm.c [new file with mode: 0644]
src/plugins/map/lpm.h [new file with mode: 0644]