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