FreeBSD Bugzilla – Attachment 234879 Details for
Bug 264253
hyperv: ifconfig media autoselect on FreeBSD 13.0 displays error: ifconfig: SIOCSIFMEDIA (media): Operation not supported
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to resolve this issue
if_hn.patch (text/plain), 433 bytes, created by
Prakash Shiva
on 2022-06-23 04:57:56 UTC
(
hide
)
Description:
Patch to resolve this issue
Filename:
MIME Type:
Creator:
Prakash Shiva
Created:
2022-06-23 04:57:56 UTC
Size:
433 bytes
patch
obsolete
>diff --git a/sys/dev/hyperv/netvsc/if_hn.c b/sys/dev/hyperv/netvsc/if_hn.c >index 63795261b..bca80d42b 100644 >--- a/sys/dev/hyperv/netvsc/if_hn.c >+++ b/sys/dev/hyperv/netvsc/if_hn.c >@@ -3997,6 +3997,7 @@ hn_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) > break; > > case SIOCSIFMEDIA: >+ break; > case SIOCGIFMEDIA: > HN_LOCK(sc); > if (hn_xpnt_vf_isready(sc)) {
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 264253
:
234256
|
234716
| 234879