X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fbuffer.h;h=6518fb6701614f8d8c4a7fcbf86b063305c6fcee;hb=refs%2Fchanges%2F50%2F8950%2F14;hp=045328816cd107a570aaf8ca5ef25cb30042c1ce;hpb=a2ff7b8cfc829ffbb6d5de7534efb51f7cba9cf3;p=vpp.git diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h index 045328816cd..6518fb67016 100644 --- a/src/vnet/buffer.h +++ b/src/vnet/buffer.h @@ -88,6 +88,8 @@ _(ipsec) \ _(map) \ _(map_t) \ _(ip_frag) \ +_(mpls) \ +_(bier) \ _(tcp) /* @@ -165,6 +167,16 @@ typedef struct u8 first; } mpls; + /* + * BIER - the nubmer of bytes in the header. + * the len field inthe header is not authoritative. It's the + * value in the table that counts. + */ + struct + { + u8 n_bytes; + } bier; + /* ip4-in-ip6 softwire termination, only valid there */ struct {