Re: [PATCH v2 iproute2 net-next] gre6: add collect metadata support

2017-12-07 Thread William Tu
On Tue, Dec 5, 2017 at 5:40 PM, Daniel Borkmann wrote: > On 12/06/2017 02:07 AM, Stephen Hemminger wrote: >> On Tue, 5 Dec 2017 15:10:37 -0800 >> William Tu wrote: >> >>> diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in >>> index a6a10e577b1f..eb04f887c940 100644 >>> --- a/man/man8/ip-

Re: [PATCH v2 iproute2 net-next] gre6: add collect metadata support

2017-12-05 Thread Daniel Borkmann
On 12/06/2017 02:07 AM, Stephen Hemminger wrote: > On Tue, 5 Dec 2017 15:10:37 -0800 > William Tu wrote: > >> diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in >> index a6a10e577b1f..eb04f887c940 100644 >> --- a/man/man8/ip-link.8.in >> +++ b/man/man8/ip-link.8.in >> @@ -755,6 +755,8 @@

Re: [PATCH v2 iproute2 net-next] gre6: add collect metadata support

2017-12-05 Thread Stephen Hemminger
On Tue, 5 Dec 2017 15:10:37 -0800 William Tu wrote: > diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in > index a6a10e577b1f..eb04f887c940 100644 > --- a/man/man8/ip-link.8.in > +++ b/man/man8/ip-link.8.in > @@ -755,6 +755,8 @@ the following additional arguments are supported: > .BI "d

[PATCH v2 iproute2 net-next] gre6: add collect metadata support

2017-12-05 Thread William Tu
The patch adds 'external' option to support collect metadata gre6 tunnel. Example of L3 and L2 gre device: bash:~# ip link add dev ip6gre123 type ip6gre external bash:~# ip link add dev ip6gretap123 type ip6gretap external Signed-off-by: William Tu --- change in v2: - remove "noexternal" in man