On Wed, 22 Nov 2017 12:05:32 -0800 Tom Herbert <t...@quantonium.net> wrote:
> Add configuration support for checksum neutral-map-auto, identifier > tyoes, and hook type (for LWT). > > Tom Herbert (5): > ila: Fix reporting of ILA locators and locator match > ila: added csum neutral support to ipila > ila: support to configure checksum neutral-map-auto > ila: support for configuring identifier and hook types > ila: create ila_common.h > > ip/ila_common.h | 105 > ++++++++++++++++++++++++++++++++++++++++++++++++++ > ip/ipila.c | 57 +++++++++++++++++++++++++-- > ip/iproute_lwtunnel.c | 68 +++++++++++++++++++------------- > 3 files changed, 200 insertions(+), 30 deletions(-) > create mode 100644 ip/ila_common.h > Applied, thanks.