Re: [iptables] extensions: add support for 'srh' match

From: Pablo Neira Ayuso
Date: Wed Jan 10 2018 - 10:33:30 EST


On Fri, Dec 29, 2017 at 12:08:25PM +0100, Ahmed Abdelsalam wrote:
> This patch adds a new exetension to iptables to supprt 'srh' match
> The implementation considers revision 7 of the SRH draft.
> https://tools.ietf.org/html/draft-ietf-6man-segment-routing-header-07
>
> Signed-off-by: Ahmed Abdelsalam <amsalam20@xxxxxxxxx>
> ---
> extensions/libip6t_srh.c | 283 ++++++++++++++++++++++++++++++++
> include/linux/netfilter_ipv6/ip6t_srh.h | 63 +++++++

Please, add a extensions/libip6t_srh.t test file and send a v2.

Thanks.