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

2015-10-25 Thread Jesse Gross
On Fri, Oct 23, 2015 at 10:40 PM, 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 Reviewed-by: Jesse Gross Tha

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

2015-10-23 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 --- v6: - fix a typo (missing {}'s) v5: - wrap declaration of sock6 in geneve_dev with IS_ENABLED(