diff --git a/src/function/ether.c b/src/function/ether.c index b1fe1d2..a9eaf33 100644 --- a/src/function/ether.c +++ b/src/function/ether.c @@ -184,8 +184,14 @@ struct usbg_function_type usbg_f_type_subset = { ETHER_FUNCTION_OPTS }; +static char *ncm_os_desc_ifnames[] = { + "ncm", + NULL +}; + struct usbg_function_type usbg_f_type_ncm = { .name = "ncm", + .os_desc_iname = ncm_os_desc_ifnames, ETHER_FUNCTION_OPTS };