From cc078488b4464b4de118c2cde1eb908f5802ae2b Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Tue, 21 Feb 2017 03:37:27 -0800 Subject: [PATCH] Remove unused multicast fields from vnet_buffer_t Change-Id: I8db55443c0beb33a89520ab3167f703f8646ec9e Signed-off-by: Neale Ranns --- src/vnet/buffer.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h index 3de01f2afa1..f08b4fc177d 100644 --- a/src/vnet/buffer.h +++ b/src/vnet/buffer.h @@ -73,7 +73,6 @@ #define foreach_buffer_opaque_union_subtype \ _(ethernet) \ _(ip) \ -_(mcast) \ _(swt) \ _(l2) \ _(l2t) \ @@ -159,15 +158,6 @@ typedef struct u8 first; } mpls; - /* Multicast replication */ - struct - { - u32 pad[3]; - u32 mcast_group_index; - u32 mcast_current_index; - u32 original_free_list_index; - } mcast; - /* ip4-in-ip6 softwire termination, only valid there */ struct { -- 2.16.6