Re: [PATCH iproute2 1/3] sr: add header files for SR-IPv6

2017-01-12 Thread David Lebrun
On 01/10/2017 07:33 PM, Stephen Hemminger wrote: > I get all headers from santized kernel headers generated by > $ make headers_install > but the segmentation stuff is missing. > > When you added segment routing headers you forgot to export them. > Please send a patch to include/uapi/linux/Kbuil

Re: [PATCH iproute2 1/3] sr: add header files for SR-IPv6

2017-01-10 Thread Stephen Hemminger
On Tue, 10 Jan 2017 17:41:24 +0100 David Lebrun wrote: > This patch add the necessary header files to interface with the SR-IPv6 kernel > implementation. > > Signed-off-by: David Lebrun > --- > include/linux/seg6.h | 54 > +++ > include/linux/s

Re: [PATCH iproute2 1/3] sr: add header files for SR-IPv6

2017-01-10 Thread Tom Herbert
Acked-by: Tom Herbert On Tue, Jan 10, 2017 at 8:41 AM, David Lebrun wrote: > This patch add the necessary header files to interface with the SR-IPv6 kernel > implementation. > > Signed-off-by: David Lebrun > --- > include/linux/seg6.h | 54 > +++

[PATCH iproute2 1/3] sr: add header files for SR-IPv6

2017-01-10 Thread David Lebrun
This patch add the necessary header files to interface with the SR-IPv6 kernel implementation. Signed-off-by: David Lebrun --- include/linux/seg6.h | 54 +++ include/linux/seg6_genl.h | 32 + include/linux/seg6_hmac.h