Re: [PATCH net-next v2 3/6] netlink: specs: rt-route: add lwtunnel encap sub-message support

From: Jakub Kicinski

Date: Thu Sep 24 2026 - 11:57:55 EST


On Thu, 24 Sep 2026 11:13:28 +0800 Hangbin Liu wrote:
> On Wed, Sep 23, 2026 at 06:14:56PM -0700, Jakub Kicinski wrote:
> > On Sun, 20 Sep 2026 18:06:38 +0800 Hangbin Liu wrote:
> > > -CFLAGS_rt-route:=$(call get_hdr_inc,__LINUX_RTNETLINK_H,rtnetlink.h)
> > > +CFLAGS_rt-route:=$(call get_hdr_inc,__LINUX_RTNETLINK_H,rtnetlink.h) \
> > > + $(call get_hdr_inc,_LINUX_IOAM6_IPTUNNEL_H,ioam6_iptunnel.h) \
> > > + $(call get_hdr_inc,_LINUX_MPLS_IPTUNNEL_H,mpls_iptunnel.h) \
> > > + $(call get_hdr_inc,_LINUX_SEG6_IPTUNNEL_H,seg6_iptunnel.h) \
> > > + $(call get_hdr_inc,_LINUX_RPL_IPTUNNEL_H,rpl_iptunnel.h) \
> > > + $(call get_hdr_inc,_LINUX_SEG6_LOCAL_H,seg6_local.h) \
> > > + $(call get_hdr_inc,_LWTUNNEL_H_,lwtunnel.h) \
> > > + $(call get_hdr_inc,_LINUX_ILA_H,ila.h)
> >
> > alphabetic sort, please
>
> OK. Just to make sure, when sort the order, we don't touch the first
> rtnetlink.h, right?


Why not, you have to modify that line anyway to add the \