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