Skip to content
Commit a735e6e9 authored by Thomas RIENOESSL's avatar Thomas RIENOESSL Committed by Joe Hershberger
Browse files

net: explicitly assign errno to return code in case of network failure



When dealing with two ethernet ports and having "netretry" set
to "once", it could occur that the connection (e.g. an ARP
request) failed, hence the status of the netloop was
"NETLOOP_FAIL". Due to the setting of "netretry", the network
logic would then switch to the other network interface,
assigning "ret" with the return value of "net_start_again()".
If this call succeeded we would return 0 (i.e. success) to
the caller when in reality the network action failed.

Signed-off-by: default avatarThomas RIENOESSL <thomas.rienoessl@bachmann.info>
Reviewed-by: default avatarChristian Gmeiner <christian.gmeiner@gmail.com>
Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent 21586cdd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment