Function libzt::zts_init_blacklist_if[][src]

pub unsafe extern "C" fn zts_init_blacklist_if(
    prefix: *const c_char,
    len: c_uint
) -> c_int
Expand description

@brief Blacklist an interface prefix (or name). This prevents ZeroTier from sending traffic over matching interfaces. This is an initialization function that can only be called before zts_node_start().

@param prefix Null-terminated interface prefix string @param len Length of prefix string @return ZTS_ERR_OK if successful, ZTS_ERR_SERVICE if the node experiences a problem, ZTS_ERR_ARG if invalid argument.