Re: [PATCH iproute2] gre6: fix copy/paste bugs in GREv6 attribute manipulation

2017-04-23 Thread Stephen Hemminger
On Fri, 21 Apr 2017 14:14:25 -0400 Craig Gallek wrote: > From: Craig Gallek > > Fixes: af89576d7a8c("iproute2: GRE over IPv6 tunnel support.") > Signed-off-by: Craig Gallek Thanks. Applied.

[PATCH iproute2] gre6: fix copy/paste bugs in GREv6 attribute manipulation

2017-04-21 Thread Craig Gallek
From: Craig Gallek Fixes: af89576d7a8c("iproute2: GRE over IPv6 tunnel support.") Signed-off-by: Craig Gallek --- ip/link_gre6.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ip/link_gre6.c b/ip/link_gre6.c index a91f635760fa..1b4fb051b37f 100644 --- a/ip/link_gre6.c +