summaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/ip4.h
diff options
context:
space:
mode:
authorPierre Pfister <ppfister@cisco.com>2017-09-18 11:40:32 +0200
committerDave Barach <openvpp@barachs.net>2017-09-20 11:49:08 +0000
commit1bfd37295f5cd332b7326923f1fbd5e0415829cd (patch)
tree9f4b3b8136acac3fcb84f9d38f289d72b1d93053 /src/vnet/ip/ip4.h
parent4619e19cf0e10b9f69eee535c91053930ec14a74 (diff)
Add ip6-local feature arc
ip4-local feature arc existed but not ip6-local one. This patch also adds node name to the 'show ip local' command and fixes a minor include issue in vnet/ip/ip4.h file. Change-Id: I9bb8a7159917d58f89afcce974680de20d946a70 Signed-off-by: Pierre Pfister <ppfister@cisco.com>
Diffstat (limited to 'src/vnet/ip/ip4.h')
-rw-r--r--src/vnet/ip/ip4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/ip/ip4.h b/src/vnet/ip/ip4.h
index decb840b390..af0e6b9a8a5 100644
--- a/src/vnet/ip/ip4.h
+++ b/src/vnet/ip/ip4.h
@@ -44,6 +44,7 @@
#include <vnet/ip/lookup.h>
#include <vnet/buffer.h>
#include <vnet/feature/feature.h>
+#include <vnet/ip/icmp46_packet.h>
typedef struct ip4_mfib_t
{