Re: [PATCH v5 1/2] geneve: implement support for IPv6-based tunnels

2015-10-23 Thread John W. Linville
On Fri, Oct 23, 2015 at 01:48:49PM +0900, YOSHIFUJI Hideaki wrote: > Hi, > > John W. Linville wrote: > > NOTE: Link-local IPv6 addresses for remote endpoints are not supported, > > since the driver currently has no capacity for binding a geneve > > interface to a specific link. > > > >

[PATCH v5 1/2] geneve: implement support for IPv6-based tunnels

2015-10-22 Thread John W. Linville
NOTE: Link-local IPv6 addresses for remote endpoints are not supported, since the driver currently has no capacity for binding a geneve interface to a specific link. Signed-off-by: John W. Linville --- v5: - wrap declaration of sock6 in geneve_dev with

Re: [PATCH v5 1/2] geneve: implement support for IPv6-based tunnels

2015-10-22 Thread YOSHIFUJI Hideaki
Hi, John W. Linville wrote: > NOTE: Link-local IPv6 addresses for remote endpoints are not supported, > since the driver currently has no capacity for binding a geneve > interface to a specific link. > > Signed-off-by: John W. Linville > --- > v5: > - wrap declaration of