Re: [PATCH net] ipv4: fix error return code in rtm_to_fib_config()

2020-12-04 Thread Jakub Kicinski
On Fri, 4 Dec 2020 09:04:08 -0700 David Ahern wrote: > On 12/4/20 1:48 AM, Zhang Changzhong wrote: > > Fix to return a negative error code from the error handling > > case instead of 0, as done elsewhere in this function. > > > > Fixes: d15662682db2 ("ipv4: Allow ipv6 gateway with ipv4 routes") >

Re: [PATCH net] ipv4: fix error return code in rtm_to_fib_config()

2020-12-04 Thread David Ahern
On 12/4/20 1:48 AM, Zhang Changzhong wrote: > Fix to return a negative error code from the error handling > case instead of 0, as done elsewhere in this function. > > Fixes: d15662682db2 ("ipv4: Allow ipv6 gateway with ipv4 routes") > Reported-by: Hulk Robot > Signed-off-by: Zhang Changzhong >

[PATCH net] ipv4: fix error return code in rtm_to_fib_config()

2020-12-04 Thread Zhang Changzhong
Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Fixes: d15662682db2 ("ipv4: Allow ipv6 gateway with ipv4 routes") Reported-by: Hulk Robot Signed-off-by: Zhang Changzhong --- net/ipv4/fib_frontend.c | 2 +- 1 file changed, 1