]> 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, 29 Mar 2021 22:36:36 +0000 (15:36 -0700)
commit325427f71d379bac9a7708d5f87b4063e584ab54
tree9f24055e68a492a9c74213bcc131ffabed75c8cc
parentf9d590884ae31a6689c9e472046f7176f3eb57c4
xnb: Don't pass SIOC{ADD,DEL}MULTI to ifmedia_ioctl().

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

Sponsored by: DARPA

(cherry picked from commit 71ba16a0a02f4a3fd56d03e908615a8b5f701ba4)
sys/dev/xen/netback/netback.c