Re: [PATCH 3/3] net: fix ipv6 routing

2015-08-10 Thread Andrei Borzenkov
On Mon, Aug 10, 2015 at 5:00 PM, Josef Bacik wrote: > On 08/09/2015 10:58 AM, Andrei Borzenkov wrote: >> >> В Wed, 5 Aug 2015 14:36:39 -0400 >> Josef Bacik пишет: >> >>> Currently we cannot talk to ipv6 addresses outside of our local link area >>> because we don't setup our routes properly nor do

Re: [PATCH 3/3] net: fix ipv6 routing

2015-08-10 Thread Josef Bacik
On 08/09/2015 10:58 AM, Andrei Borzenkov wrote: В Wed, 5 Aug 2015 14:36:39 -0400 Josef Bacik пишет: Currently we cannot talk to ipv6 addresses outside of our local link area because we don't setup our routes properly nor do we talk to the router properly. Currently net_ipv6_autoconf adds rout

Re: [PATCH 3/3] net: fix ipv6 routing

2015-08-09 Thread Andrei Borzenkov
В Wed, 5 Aug 2015 14:36:39 -0400 Josef Bacik пишет: > Currently we cannot talk to ipv6 addresses outside of our local link area > because we don't setup our routes properly nor do we talk to the router > properly. Currently net_ipv6_autoconf adds routes for the local link prefix > and > ties it

[PATCH 3/3] net: fix ipv6 routing

2015-08-05 Thread Josef Bacik
Currently we cannot talk to ipv6 addresses outside of our local link area because we don't setup our routes properly nor do we talk to the router properly. Currently net_ipv6_autoconf adds routes for the local link prefix and ties it to the global link device. This isn't helpful at all, we comple

[PATCH 3/3] net: fix ipv6 routing

2015-08-05 Thread Josef Bacik
Currently we cannot talk to ipv6 addresses outside of our local link area because we don't setup our routes properly nor do we talk to the router properly. Currently net_ipv6_autoconf adds routes for the local link prefix and ties it to the global link device. This isn't helpful at all, we comple