X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fbuffer.h;h=60efe6e4027a8dfb6d81efe47a4507924b2fc108;hb=381e9a9;hp=5392f53a7417f4dc9ff05a6482b9f9c3f191cf3c;hpb=f8db62a0016a3e1282bb02b5bdb167d8de4584d1;p=vpp.git diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h index 5392f53a741..60efe6e4027 100644 --- a/src/vnet/buffer.h +++ b/src/vnet/buffer.h @@ -85,7 +85,6 @@ enum #define foreach_buffer_opaque_union_subtype \ _(ip) \ -_(swt) \ _(l2) \ _(l2t) \ _(l2_classify) \ @@ -163,6 +162,7 @@ typedef struct /* reassembly */ union { + u32 pad[2]; /* do not overlay w/ ip.adj_index[0,1] */ /* in/out variables */ struct { @@ -209,13 +209,6 @@ typedef struct } bier; } mpls; - /* ip4-in-ip6 softwire termination, only valid there */ - struct - { - u8 swt_disable; - u32 mapping_index; - } swt; - /* l2 bridging path, only valid there */ struct opaque_l2 {