Skip to content

Commit

Permalink
mod_psample In/Out direction requires HSP_SAMPLEOPT_BRIDGE flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
sflow committed Apr 1, 2019
1 parent 1e9d0d8 commit 327ed1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Linux/mod_psample.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ extern "C" {
if(sp->psample.ds_options == 0)
sp->psample.ds_options = (HSP_SAMPLEOPT_IF_SAMPLER
| HSP_SAMPLEOPT_IF_POLLER
| HSP_SAMPLEOPT_BRIDGE
| HSP_SAMPLEOPT_PSAMPLE
| HSP_SAMPLEOPT_INGRESS);

Expand Down

0 comments on commit 327ed1e

Please sign in to comment.