X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fbuffer.h;h=f08b4fc177dd4c6c797297b590f32cfecc0c0240;hb=cc078488b4464b4de118c2cde1eb908f5802ae2b;hp=3de01f2afa1837bf33e23ba6d3d6da5cb9351b25;hpb=35af9e50cdbfc73dab963557f4ffbd56b21e2abc;p=vpp.git 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 {