X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vnet%2Fvnet%2Fip%2Fip6_hop_by_hop_packet.h;h=0a2c3d02ac112e36035f4b1b570a7a85c4a0da0c;hb=ffc7ecace8304217104a5eade163aff5f8903935;hp=708275af2d88565444a9dd3ab8934e86f1fa93c9;hpb=944f548d10c5352ff7b22ef53d1eb61d0f433784;p=vpp.git diff --git a/vnet/vnet/ip/ip6_hop_by_hop_packet.h b/vnet/vnet/ip/ip6_hop_by_hop_packet.h index 708275af2d8..0a2c3d02ac1 100644 --- a/vnet/vnet/ip/ip6_hop_by_hop_packet.h +++ b/vnet/vnet/ip/ip6_hop_by_hop_packet.h @@ -40,7 +40,7 @@ typedef struct { /* $$$$ IANA banana constants */ #define HBH_OPTION_TYPE_IOAM_TRACE_DATA_LIST 59 /* Third highest bit set (change en-route) */ -#define HBH_OPTION_TYPE_IOAM_PROOF_OF_WORK 60 /* Third highest bit set (change en-route) */ +#define HBH_OPTION_TYPE_IOAM_PROOF_OF_TRANSIT 60 /* Third highest bit set (change en-route) */ #define HBH_OPTION_TYPE_IOAM_EDGE_TO_EDGE 29 /* @@ -171,14 +171,6 @@ typedef CLIB_PACKED(struct { u32 elts[0]; /* Variable type. So keep it generic */ }) ioam_trace_option_t; -typedef CLIB_PACKED(struct { - ip6_hop_by_hop_option_t hdr; - u8 pow_type; -#define PROFILE_ID_MASK 0xF - u8 reserved_profile_id; /* 4 bits reserved, 4 bits to carry profile id */ - u64 random; - u64 cumulative; -}) ioam_pow_option_t; typedef CLIB_PACKED(struct { ip6_hop_by_hop_option_t hdr;