From eb27e2fffae49b0d8fa636bee611d9ad3c1e0999 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Thu, 18 Oct 2007 18:49:14 -0700 Subject: Add minimal ospf config. - still need to add validation and rest of functionality. --- templates/protocols/ospf/redistribute/static/metric/node.def | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 templates/protocols/ospf/redistribute/static/metric/node.def (limited to 'templates/protocols/ospf/redistribute/static/metric') diff --git a/templates/protocols/ospf/redistribute/static/metric/node.def b/templates/protocols/ospf/redistribute/static/metric/node.def new file mode 100644 index 00000000..270a810e --- /dev/null +++ b/templates/protocols/ospf/redistribute/static/metric/node.def @@ -0,0 +1,3 @@ +type: u32 +help: "Metric for redistributed routes" +syntax: $(@) >= 1 && $(@) <= 16; "metric must be between 1 and 16" -- cgit v1.2.3