commit | 75e7d1301475d49311d14e202936c62df0c07d10 | [log] [tgz] |
---|---|---|
author | Klement Sekera <ksekera@cisco.com> | Wed Sep 20 08:26:30 2017 +0200 |
committer | Florin Coras <florin.coras@gmail.com> | Thu Feb 01 23:41:17 2018 +0000 |
tree | 1a7e1d211cc97352f093a0207e6c94952e39e611 | |
parent | 2b9453c55a7294d8eedf126d616a608c32be0e36 [diff] [blame] |
IPv4/6 reassembly Change-Id: Ic5dcadd13c88b8a5e7896dab82404509c081614a Signed-off-by: Klement Sekera <ksekera@cisco.com>
diff --git a/src/vnet/ip/lookup.h b/src/vnet/ip/lookup.h index a89546f..9fe7a1b 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;