diff options
Diffstat (limited to 'templates/protocols/rip/timers/garbage-collection/node.def')
-rw-r--r-- | templates/protocols/rip/timers/garbage-collection/node.def | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/protocols/rip/timers/garbage-collection/node.def b/templates/protocols/rip/timers/garbage-collection/node.def new file mode 100644 index 00000000..3a70f5b6 --- /dev/null +++ b/templates/protocols/rip/timers/garbage-collection/node.def @@ -0,0 +1,6 @@ +type: u32 +default: 120 +help: "Garbage collection timer. Default is 120." +syntax: $(@) >= 5 && $(@) <= 2147483647; "Garbage collection timer must be between 5 and 2147483647" + + |