]> git.proxmox.com Git - mirror_iproute2.git/commit - misc/ss.c
ss: Allow ssfilter_bytecompile to return 0
authorDavid Ahern <dsa@cumulusnetworks.com>
Mon, 27 Jun 2016 18:34:24 +0000 (11:34 -0700)
committerStephen Hemminger <shemming@brocade.com>
Tue, 28 Jun 2016 19:09:01 +0000 (12:09 -0700)
commit376fb86872c06a34e59d681661b8f66adaeb6815
tree45ef0170eb18148070bd2480c8d560de6d6c02ba
parent82d73ea03a1495a51425c28025ae48f92fb19182
ss: Allow ssfilter_bytecompile to return 0

Allow ssfilter_bytecompile to return 0 for filter ops the kernel
does not support. If such an op is in the filter string then all
filtering is done in userspace.

Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
misc/ss.c