View | Details | Raw Unified | Return to bug 217374
Collapse All | Expand All

(-)sys/net/if_tap.c (-1 / +1 lines)
Lines 617-623 Link Here
617
			dummy = ifmr->ifm_count;
617
			dummy = ifmr->ifm_count;
618
			ifmr->ifm_count = 1;
618
			ifmr->ifm_count = 1;
619
			ifmr->ifm_status = IFM_AVALID;
619
			ifmr->ifm_status = IFM_AVALID;
620
			ifmr->ifm_active = IFM_ETHER;
620
			ifmr->ifm_active = IFM_ETHER | IFM_FDX | IFM_1000_T;
621
			if (tp->tap_flags & TAP_OPEN)
621
			if (tp->tap_flags & TAP_OPEN)
622
				ifmr->ifm_status |= IFM_ACTIVE;
622
				ifmr->ifm_status |= IFM_ACTIVE;
623
			ifmr->ifm_current = ifmr->ifm_active;
623
			ifmr->ifm_current = ifmr->ifm_active;

Return to bug 217374