]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
xnb: Don't pass SIOC{ADD,DEL}MULTI to ifmedia_ioctl().
authorJohn Baldwin <jhb@FreeBSD.org>
Mon, 22 Mar 2021 16:55:49 +0000 (09:55 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Mon, 22 Mar 2021 16:55:49 +0000 (09:55 -0700)
commit71ba16a0a02f4a3fd56d03e908615a8b5f701ba4
treec5d01c72903ed0a809530d3d4bc28d288c2e73f4
parentd995cc7e5431873b839269fe22577acfa3b157bd
xnb: Don't pass SIOC{ADD,DEL}MULTI to ifmedia_ioctl().

ifmedia_ioctl() doesn't handle these requests, and this matches what
xn does.

Reviewed by: royger
MFC after: 1 week
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D29296
sys/dev/xen/netback/netback.c