Re: [PATCH v5 net-next 0/3] ip6_gre: add erspan native tunnel for ipv6

2017-12-01 Thread David Miller
From: William Tu Date: Thu, 30 Nov 2017 11:51:26 -0800 > The patch series add support for ERSPAN tunnel over ipv6. The first patch > refectors the existing ipv4 gre implementation and the second refactors the > ipv6 gre's xmit code. Finally the last patch introduces erspan protocol. Series app

[PATCH v5 net-next 0/3] ip6_gre: add erspan native tunnel for ipv6

2017-11-30 Thread William Tu
The patch series add support for ERSPAN tunnel over ipv6. The first patch refectors the existing ipv4 gre implementation and the second refactors the ipv6 gre's xmit code. Finally the last patch introduces erspan protocol. change in v5: - add cover-letter description change in v4: - rebase