Here there are two network cards in the same subnet -- 10.241.23.111 and 10.241.23.113.
1). When the network specification is NULL, the default address/interface is used (10.241.23.111).
2). If the network specification is not NULL we use the network specification provided. In the case that the network specification is 10.241.23.0, which is basically asking for an interface to the 10.241.23 network of which there are 2 in the table. If you look at the preceeding output you will notice in the interface that 10.241.23.113 is ahead of 10.241.23.111 in the table, so 10.241.23.113 will be used.
3). If IP04 is specified then 10.241.23.111 will be used.
Issue/Introduction
How does RV pick a NIC for a netwrok parameter when multiple NICS are available?