From 8454bb0c2c859a919b0b163d505b9d89212bcfd2 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Tue, 29 Jul 2008 15:25:55 -0700 Subject: First pass at gluing ripng cli to quagga. --- templates/protocols/ripng/timers/update/node.def | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/protocols/ripng/timers/update/node.def (limited to 'templates/protocols/ripng/timers/update') diff --git a/templates/protocols/ripng/timers/update/node.def b/templates/protocols/ripng/timers/update/node.def new file mode 100644 index 00000000..1f06eb5b --- /dev/null +++ b/templates/protocols/ripng/timers/update/node.def @@ -0,0 +1,9 @@ +type: u32 +default: 30 +help: Set routing table update timer + +syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 65535; \ + "Update timer must be between 0 and 65535" + +comp_help: possible completions: + <0-65535> Routing table update timer in seconds (default 30) -- cgit v1.2.3