Hi, I wish I could create/delete tuntap interfaces from libnl. I was wondering how to achieve that. It doesn't seem possible at the moment so I started an implementation inspired by iproute source code using ioctl. I started adding a few missing structures to libnl's include/linux/if.h such as ifreq but is that a good idea ? Matt