vlan_clone_create
static int vlan_clone_create(struct if_clone *, int);
IF_CLONE_INITIALIZER("vlan", vlan_clone_create, vlan_clone_destroy);