On 10/26/2016 05:54 PM, David Lebrun wrote: > struct ipv6_sr_hdr { > __u8 nexthdr; > __u8 hdrlen; > __u8 type; > __u8 segments_left; > __u8 first_segment; > __be16 flags; > __u8 reserved; > > struct in6_addr segments[0]; > } __attribute__((packed));
I forgot to update the struct in the cover letter description, please disregard. Actual struct is: struct ipv6_sr_hdr { __u8 nexthdr; __u8 hdrlen; __u8 type; __u8 segments_left; __u8 first_segment; __u8 flag_1; __u8 flag_2; __u8 reserved; struct in6_addr segments[0]; };
signature.asc
Description: OpenPGP digital signature