From: David Lamparter <equi...@diac24.net> Date: Wed, 17 Feb 2016 00:41:15 +0100
> ... this won't do enough. If you look at the 4.3 patch I sent you, I > was adding a comment: > > + /* For VRFs, the VRF device takes the place of the loopback device, > + with addresses on it being preferred. Note in such cases the > + loopback device will be among the devices that fail the vrf_ifi > + equality check in the loop below. > + */ I know that some parts of of net/ipv4/devinet.c uses this comment style, it is not correct for new networking code. Therefore, please update your patch to use the proper style: /* Like * this. */ Thanks.