]> git.proxmox.com Git - mirror_qemu.git/commit - net/tap-solaris.c
net: Added SetSteeringEBPF method for NetClientState.
authorAndrew Melnychenko <andrew@daynix.com>
Fri, 14 May 2021 11:48:30 +0000 (14:48 +0300)
committerJason Wang <jasowang@redhat.com>
Fri, 4 Jun 2021 07:25:46 +0000 (15:25 +0800)
commit8f364e344c3e71d4cc4e683d21241f6c36d62a5e
tree5ba18bb9310ff32504c4d5bcb48e4c6e2136c698
parent78258debe03c6034365884cbfb05679d6938aaac
net: Added SetSteeringEBPF method for NetClientState.

For now, that method supported only by Linux TAP.
Linux TAP uses TUNSETSTEERINGEBPF ioctl.

Signed-off-by: Andrew Melnychenko <andrew@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
include/net/net.h
net/tap-bsd.c
net/tap-linux.c
net/tap-solaris.c
net/tap-stub.c
net/tap.c
net/tap_int.h