#include <sys/socketvar.h>
#include <net/if_vlan_var.h>
#include <net/if_bond_var.h>
-#if IF_BRIDGE
-#include <net/if_bridgevar.h>
-#endif
#include <net/dlil.h>
#if BOND
bond_family_init();
#endif /* BOND */
-#if IF_BRIDGE
- bridgeattach(0);
-#endif
done: