Savagedlight / libifconfig

A C API to do most things done by the FreeBSD 'ifconfig' program today
Other
26 stars 7 forks source link

libifc_destroy() for removing cloned interfaces #13

Closed Savagedlight closed 8 years ago

Savagedlight commented 8 years ago

Allow deletion of clonable interfaces. Look at ifconfig's ifclone.c, DECL_CMD_FUNC(clone_destroy).

Suggested pattern: int libifc_destroy(libifc_handle_t h, const char name);