aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/ip/ip.h
diff options
context:
space:
mode:
authorPierre Pfister <ppfister@cisco.com>2016-04-25 14:15:15 +0100
committerDamjan Marion <damarion@cisco.com>2016-04-26 14:09:00 +0000
commit1dabaafcebb02699cae1ebd2b58e34dfe6b0f064 (patch)
treef07da13dee800ebbbdab85233249289c38c89203 /vnet/vnet/ip/ip.h
parent0371807f7b1213ee474f8850dc85ae5dd0a24532 (diff)
Port glean neighbor entry support to IPv6
This patch is more or less a port of I71f3ba0c8192 to IPv6. In practice it allows creating a route via a neighbor which is not resolved yet. It also adds static flag to IPv6 neighbor entries. And as Damjan suggested, it formalizes ip46_address_t by using the IPv4 embedded IPv6 address format. Change-Id: Ifa7328a03380ea4ff118b7ca4897b4ab23a3e57c Signed-off-by: Pierre Pfister <ppfister@cisco.com>
Diffstat (limited to 'vnet/vnet/ip/ip.h')
-rw-r--r--vnet/vnet/ip/ip.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/vnet/vnet/ip/ip.h b/vnet/vnet/ip/ip.h
index de46ad38c5f..45062cf7b4d 100644
--- a/vnet/vnet/ip/ip.h
+++ b/vnet/vnet/ip/ip.h
@@ -69,11 +69,6 @@
#include <vnet/classify/vnet_classify.h>
-typedef union {
- ip4_address_t ip4;
- ip6_address_t ip6;
-} ip46_address_t;
-
/* Per protocol info. */
typedef struct {
/* Protocol name (also used as hash key). */