Skip to content

Commit

Permalink
snabb-softwire-v2: add default for leaf
Browse files Browse the repository at this point in the history
error-rate-limiting/packets
  • Loading branch information
eugeneia committed Jul 13, 2021
1 parent 2bcc644 commit dca3004
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/yang/snabb-softwire-v2.yang
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ module snabb-softwire-v2 {
description
"Configuration for the Snabb Switch lwAFTR.";

revision 2021-07-13 {
description
"Add default value for error-rate-limiting/packets.";
}

revision 2019-09-17 {
description
"Add discontinuity time to softwire-state.";
Expand Down Expand Up @@ -508,6 +513,7 @@ module snabb-softwire-v2 {
container error-rate-limiting {
leaf packets {
type uint32;
default 200;
description
"The number of ICMP error messages which can be sent within
the specified time period.";
Expand Down

0 comments on commit dca3004

Please sign in to comment.