Re: [PATCH 0/2] ipv6: fix stuck RA-derived route in container after migration with criu

2016-08-18 Thread David Miller
The indentation of both of your patches are incorrect. You must indent each basic block by a full TAB character. You must also line up multi-line function calls, such that the second and subsequent lines start precisely at the first column after the opennning parenthesis of the function call its

[PATCH 0/2] ipv6: fix stuck RA-derived route in container after migration with criu

2016-08-16 Thread Andrew Yourtchenko
This patchset fixes the connectivity problem for containers with RA-derived default route, after they were migrated using criu: the default routes would lose their "expires" value and become stuck forever. The corresponding criu issue with the discussion is at https://github.com/xemul/criu/issues/1