Skip to content

Commit

Permalink
Set enable_input_sampling & enable_output_sampling to true
Browse files Browse the repository at this point in the history
Set default values for enable_input_sampling & enable_output_sampling
which is true.
  • Loading branch information
sayalinaval committed Apr 20, 2023
1 parent e99d815 commit 5eee387
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions agent-ovs/ovs/NetFlowRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,6 @@ namespace opflexagent {
values.clear();
static const string disabled("false");
values.emplace_back("enable-tunnel-sampling", disabled);
values.emplace_back("enable-output-sampling", disabled);
static const string enabled("true");
values.emplace_back("enable-input-sampling", enabled);
OvsdbValues tdSet3("map", values);
msg1.rowData.emplace("other_config", tdSet3);
const string uuid_name = "ipfix1";
Expand Down

0 comments on commit 5eee387

Please sign in to comment.