Re: [PATCH V2] net: fix ipv6 routing

2016-02-22 Thread Josef Bacik
On 02/22/2016 03:07 AM, Andrei Borzenkov wrote: 22.01.2016 17:20, Josef Bacik пишет: On 01/22/2016 08:01 AM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Were Andrey's comments ever adressed? Other than his comments the patch looks good. I haven't addressed them yet, had other issues come up

Re: [PATCH V2] net: fix ipv6 routing

2016-02-22 Thread Andrei Borzenkov
22.01.2016 17:20, Josef Bacik пишет: > On 01/22/2016 08:01 AM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: >> Were Andrey's comments ever adressed? Other than his comments the patch >> looks good. > > I haven't addressed them yet, had other issues come up and this is > working for us fine in prod

Re: [PATCH V2] net: fix ipv6 routing

2016-01-22 Thread Josef Bacik
On 01/22/2016 08:01 AM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Were Andrey's comments ever adressed? Other than his comments the patch looks good. I haven't addressed them yet, had other issues come up and this is working for us fine in production. I'm getting a test environment set up

Re: [PATCH V2] net: fix ipv6 routing

2016-01-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Were Andrey's comments ever adressed? Other than his comments the patch looks good. On 20.09.2015 11:50, Andrei Borzenkov wrote: > 28.08.2015 18:24, Josef Bacik пишет: >> ipv6 routing in grub2 is broken, we cannot talk to anything outside >> our local >> network or anything that doesn't route in ou

Re: [PATCH V2] net: fix ipv6 routing

2015-09-20 Thread Andrei Borzenkov
28.08.2015 18:24, Josef Bacik пишет: ipv6 routing in grub2 is broken, we cannot talk to anything outside our local network or anything that doesn't route in our global namespace. This patch fixes this by doing a couple of things 1) Read the router information off of the router advertisement. I