commit | 3048b63de968ef616baf14e1abbb6502bd4fdcbc | [log] [tgz] |
---|---|---|
author | Juraj Sloboda <jsloboda@cisco.com> | Tue Oct 02 11:13:53 2018 +0200 |
committer | Florin Coras <florin.coras@gmail.com> | Thu Oct 04 17:55:10 2018 +0000 |
tree | c505c1cd8bfb30b073148bf4e7a4836f3e823447 | |
parent | 6f40a8a4c5792c5c5e5c77366e98b1f10370d685 [diff] [blame] |
Support reassembly for fragments coming to ip4-local node Change-Id: I3aa4708c1c3cdda344f282d56b617677080eaaa1 Signed-off-by: Juraj Sloboda <jsloboda@cisco.com>
diff --git a/src/vnet/ip/lookup.h b/src/vnet/ip/lookup.h index e16fa07..93e1e02 100644 --- a/src/vnet/ip/lookup.h +++ b/src/vnet/ip/lookup.h
@@ -111,6 +111,7 @@ IP_LOCAL_NEXT_PUNT, IP_LOCAL_NEXT_UDP_LOOKUP, IP_LOCAL_NEXT_ICMP, + IP_LOCAL_NEXT_REASSEMBLY, IP_LOCAL_N_NEXT, } ip_local_next_t;