Re: [net-next v2] netfilter: add segment routing header 'srh' match

From: Pablo Neira Ayuso
Date: Wed Jan 10 2018 - 10:31:39 EST


On Sun, Jan 07, 2018 at 07:22:02PM +0100, Ahmed Abdelsalam wrote:
> It allows matching packets based on Segment Routing Header
> (SRH) information.
> The implementation considers revision 7 of the SRH draft.
> https://tools.ietf.org/html/draft-ietf-6man-segment-routing-header-07
>
> Currently supported match options include:
> (1) Next Header
> (2) Hdr Ext Len
> (3) Segments Left
> (4) Last Entry
> (5) Tag value of SRH

Now applied to nf-next, thanks for your patience.