Skip to content

Commit

Permalink
Addressed issue #144, #145, #146, #147 and #148
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarek Saad (tsaad) committed Feb 28, 2024
1 parent d3dc499 commit db39fbf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ietf-rsvp-extended.yang
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ module ietf-rsvp-extended {
range "30..86400";
}
units "seconds";
default "30";
description
"Life time for each security association.";
reference
Expand All @@ -95,7 +94,6 @@ module ietf-rsvp-extended {
type uint32 {
range "1..64";
}
default "2";
description
"Window-size to limit number of out-of-order messages.";
reference
Expand All @@ -112,7 +110,6 @@ module ietf-rsvp-extended {
type uint32 {
range "1..10000";
}
default "1";
description
"Number of retransmits when messages are dropped.";
reference
Expand All @@ -139,7 +136,6 @@ module ietf-rsvp-extended {
leaf hello-interval {
type uint32;
units "milliseconds";
default "9000";
description
"Configure interval between successive Hello messages in
milliseconds.";
Expand All @@ -152,7 +148,6 @@ module ietf-rsvp-extended {
type uint32 {
range "1..10";
}
default "3";
description
"Configure max number of consecutive missed Hello messages.";
reference
Expand Down

0 comments on commit db39fbf

Please sign in to comment.