Skip to content

Commit

Permalink
ipfix probe_tree: raise exporter MTU default to 1500
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneia committed Jul 26, 2022
1 parent 2fe881b commit 6635812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/yang/snabb-snabbflow-v1.yang
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ module snabb-snabbflow-v1 {

leaf mtu {
type uint32;
default 512;
default 1500;
description
"MTU for exported UDP packets.";
}
Expand Down

0 comments on commit 6635812

Please sign in to comment.