diff options
author | Eyal Bari <ebari@cisco.com> | 2017-01-02 14:29:21 +0200 |
---|---|---|
committer | John Lo <loj@cisco.com> | 2017-01-03 19:31:01 +0000 |
commit | 5ac9bf53b3360f7987ee31ab7377d801e6c713db (patch) | |
tree | 3b12e9bb40d5ccc2eef33345a603d8b770f1c8cc /src/vnet/vxlan/vxlan.h | |
parent | 3e0a35613602ff7abf7348f7652b1d29b1352d1f (diff) |
vxlan fix mcast tunnel delete
Change-Id: I15f7ff1e957718e808bfad811895deaacb85d2a3
Signed-off-by: Eyal Bari <ebari@cisco.com>
Diffstat (limited to 'src/vnet/vxlan/vxlan.h')
-rw-r--r-- | src/vnet/vxlan/vxlan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/vxlan/vxlan.h b/src/vnet/vxlan/vxlan.h index 7605d94aa98..1ebb89489cf 100644 --- a/src/vnet/vxlan/vxlan.h +++ b/src/vnet/vxlan/vxlan.h @@ -138,7 +138,7 @@ typedef enum { } vxlan_input_error_t; typedef struct { - ip46_address_t ip; + ip46_address_t * ip; fib_node_index_t fib_entry_index; adj_index_t mcast_adj_index; } mcast_remote_t; |