vlan_setflags
vlan_setflags(ifp, 1);
vlan_setflags(ifp, 0); /* clear special flags on parent */
error = vlan_setflags(ifp, 1);
static int vlan_setflags(struct ifnet *ifp, int status);