Rebase uapi to have support for SEG6_IPTUNNEL_SRC. Signed-off-by: Justin Iurman --- include/uapi/linux/seg6_iptunnel.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/seg6_iptunnel.h b/include/uapi/linux/seg6_iptunnel.h index e1929d21c0b6..993a7bd06775 100644 --- a/include/uapi/linux/seg6_iptunnel.h +++ b/include/uapi/linux/seg6_iptunnel.h @@ -20,6 +20,7 @@ enum { SEG6_IPTUNNEL_UNSPEC, SEG6_IPTUNNEL_SRH, + SEG6_IPTUNNEL_SRC, __SEG6_IPTUNNEL_MAX, }; #define SEG6_IPTUNNEL_MAX (__SEG6_IPTUNNEL_MAX - 1) -- 2.39.2