On Tue, 10 Jan 2017 17:41:24 +0100
David Lebrun <david.leb...@uclouvain.be> wrote:

> This patch add the necessary header files to interface with the SR-IPv6 kernel
> implementation.
> 
> Signed-off-by: David Lebrun <david.leb...@uclouvain.be>
> ---
>  include/linux/seg6.h          | 54 
> +++++++++++++++++++++++++++++++++++++++++++
>  include/linux/seg6_genl.h     | 32 +++++++++++++++++++++++++
>  include/linux/seg6_hmac.h     | 21 +++++++++++++++++
>  include/linux/seg6_iptunnel.h | 38 ++++++++++++++++++++++++++++++
>  4 files changed, 145 insertions(+)
>  create mode 100644 include/linux/seg6.h
>  create mode 100644 include/linux/seg6_genl.h
>  create mode 100644 include/linux/seg6_hmac.h
>  create mode 100644 include/linux/seg6_iptunnel.h

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/Kbuild, after that is merged
I will pick them up.

Also this patch is only for net-next.

Reply via email to