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