FreeBSD Bugzilla – Attachment 180317 Details for
Bug 217374
fix tap(4) to be full-duplex and have non-zero speed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for if_tap.c
if_tap.c.diff (text/plain), 480 bytes, created by
Alexandre Snarskii
on 2017-02-26 15:01:26 UTC
(
hide
)
Description:
patch for if_tap.c
Filename:
MIME Type:
Creator:
Alexandre Snarskii
Created:
2017-02-26 15:01:26 UTC
Size:
480 bytes
patch
obsolete
>Index: sys/net/if_tap.c >=================================================================== >--- sys/net/if_tap.c (revision 314036) >+++ sys/net/if_tap.c (working copy) >@@ -617,7 +617,7 @@ > dummy = ifmr->ifm_count; > ifmr->ifm_count = 1; > ifmr->ifm_status = IFM_AVALID; >- ifmr->ifm_active = IFM_ETHER; >+ ifmr->ifm_active = IFM_ETHER | IFM_FDX | IFM_1000_T; > if (tp->tap_flags & TAP_OPEN) > ifmr->ifm_status |= IFM_ACTIVE; > ifmr->ifm_current = ifmr->ifm_active;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 217374
: 180317