[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5810D3DB.4040503@uclouvain.be>
Date: Wed, 26 Oct 2016 18:03:39 +0200
From: David Lebrun <david.lebrun@...ouvain.be>
To: Linux Kernel Network Developers <netdev@...r.kernel.org>
CC: David Lebrun <david.lebrun@...ouvain.be>
Subject: Re: [PATCH v2 0/9] net: add support for IPv6 Segment Routing
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];
};
Download attachment "signature.asc" of type "application/pgp-signature" (164 bytes)
Powered by blists - more mailing lists