Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions release/models/sampling/openconfig-sampling-sflow.yang
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,19 @@ module openconfig-sampling-sflow {
"RFC 3176 - InMon Corporation's sFlow: sFlowRcvrMaximumDatagramSize.";
}

leaf dont-fragment {
type boolean;
description
"When this leaf is set to true, it sets the 'Don't fragment'
(DF) bit in the IPv4 header for all sFLOW packets. When set to
false the DF bit is not set. If this leaf is not configured,
then the device may decide whether to set the DF bit for SFLOW
packets by default.

This leaf has no meaning for sFlow datagrams sent over IPv6
networks and should be ignored.";
}

leaf network-instance {
type oc-netinst:network-instance-ref;
description
Expand Down
Loading