diff options
Diffstat (limited to 'templates/protocols/ospf/redistribute/connected/metric/node.def')
-rw-r--r-- | templates/protocols/ospf/redistribute/connected/metric/node.def | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/protocols/ospf/redistribute/connected/metric/node.def b/templates/protocols/ospf/redistribute/connected/metric/node.def new file mode 100644 index 00000000..d7ca3c34 --- /dev/null +++ b/templates/protocols/ospf/redistribute/connected/metric/node.def @@ -0,0 +1,6 @@ +type: u32 +help: "Metric for redistributed routes" +syntax: $(@) >= 1 && $(@) <= 16; "metric must be between 1 and 16" + + + |