Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Give credit to Ani Sinha
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
bpf/net/bpf_filter.c
|
@@ -216,6 +216,8 @@ enum { |
|
|
* rejects the filter; it contains VLAN tag information |
|
|
* For the kernel, p is assumed to be a pointer to an mbuf if buflen is 0, |
|
|
* in all other cases, p is a pointer to a buffer and buflen is its size. |
|
|
* |
|
|
* Thanks to Ani Sinha <ani@arista.com> for providing initial implementation |
|
|
*/ |
|
|
u_int |
|
|
bpf_filter_with_aux_data(pc, p, wirelen, buflen, aux_data) |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.