Re: [PATCH RESEND] iproute2: GRE over IPv6 tunnel support.
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2013-09-28 17:14:52
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2013-09-28 17:14:52
On Sat, 28 Sep 2013 11:32:51 +0400 Dmitry Kozlov [off-list ref] wrote:
GRE over IPv6 tunnel support. Signed-off-by: Dmitry Kozlov <redacted> --- ip/Makefile | 3 +- ip/ip6tunnel.c | 131 ++++++++++++++++--- ip/iplink.c | 7 +- ip/link_gre6.c | 398 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 516 insertions(+), 23 deletions(-) create mode 100644 ip/link_gre6.c
Please send an additional patch to update the man page.