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

2017-12-04 Thread William Tu
On Mon, Dec 4, 2017 at 9:26 AM, Gregory Rose wrote: > On 12/1/2017 3:03 PM, William Tu wrote: >> >> 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 ip6

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

2017-12-04 Thread Gregory Rose
On 12/1/2017 3:03 PM, William Tu wrote: 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 Hi William, one question.  Is t

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

2017-12-01 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 --- ip/link_gre6.c| 55