bridge_clone_create
int bridge_clone_create(struct if_clone *, int);
IF_CLONE_INITIALIZER("bridge", bridge_clone_create, bridge_clone_destroy);