kernel-interface: Add interface name to local subnet enumerator
This commit is contained in:
@@ -123,7 +123,9 @@ struct kernel_net_t {
|
||||
*
|
||||
* Local subnets are subnets the host is directly connected to.
|
||||
*
|
||||
* @return enumerator over host_t*, uint8_t
|
||||
* The enumerator returns the network, subnet mask and interface.
|
||||
*
|
||||
* @return enumerator over host_t*, uint8_t, char*
|
||||
*/
|
||||
enumerator_t *(*create_local_subnet_enumerator)(kernel_net_t *this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user