X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Fip4_forward.c;h=4d0638209e5a6128a94b8ca2d7cff4d42928fd3c;hb=01c1fa41f04fbc584165806d3f785cfbbd62cedc;hp=de8e8e8538fda5150920c755d69f2ee18ed88d99;hpb=cf1e8c1eeab1dc07d69210f410a086d7ae4eae90;p=vpp.git diff --git a/src/vnet/ip/ip4_forward.c b/src/vnet/ip/ip4_forward.c index de8e8e8538f..4d0638209e5 100644 --- a/src/vnet/ip/ip4_forward.c +++ b/src/vnet/ip/ip4_forward.c @@ -61,6 +61,7 @@ #include #include #include +#include /** @brief IPv4 lookup node. @node ip4-lookup @@ -1880,7 +1881,7 @@ VLIB_REGISTER_NODE (ip4_local_node) = [IP_LOCAL_NEXT_PUNT] = "ip4-punt", [IP_LOCAL_NEXT_UDP_LOOKUP] = "ip4-udp-lookup", [IP_LOCAL_NEXT_ICMP] = "ip4-icmp-input", - [IP_LOCAL_NEXT_REASSEMBLY] = "ip4-full-reassembly", + [IP_LOCAL_NEXT_REASSEMBLY] = "ip4-local-full-reassembly", }, };