diff options
author | Juraj Sloboda <jsloboda@cisco.com> | 2018-10-02 11:13:53 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2018-10-04 17:55:10 +0000 |
commit | 3048b63de968ef616baf14e1abbb6502bd4fdcbc (patch) | |
tree | c505c1cd8bfb30b073148bf4e7a4836f3e823447 /src/vnet/ip/lookup.h | |
parent | 6f40a8a4c5792c5c5e5c77366e98b1f10370d685 (diff) |
Support reassembly for fragments coming to ip4-local node
Change-Id: I3aa4708c1c3cdda344f282d56b617677080eaaa1
Signed-off-by: Juraj Sloboda <jsloboda@cisco.com>
Diffstat (limited to 'src/vnet/ip/lookup.h')
-rw-r--r-- | src/vnet/ip/lookup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/ip/lookup.h b/src/vnet/ip/lookup.h index e16fa0757a0..93e1e029b41 100644 --- a/src/vnet/ip/lookup.h +++ b/src/vnet/ip/lookup.h @@ -111,6 +111,7 @@ typedef enum 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; |