diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vnet/buffer.h | 10 |
1 files changed, 0 insertions, 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 { |