diff options
author | Stig Thormodsrud <stig@uffda.(none)> | 2007-10-18 18:49:14 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@uffda.(none)> | 2007-10-18 18:49:14 -0700 |
commit | eb27e2fffae49b0d8fa636bee611d9ad3c1e0999 (patch) | |
tree | 9c5ab6ea0511bc9ff98dc0480a583c530a639624 /templates/protocols/ospf/redistribute/kernel/metric | |
parent | 70ad82f7cd762ddfd34534197ca1a4c1d7ee5b6c (diff) | |
download | vyatta-cfg-quagga-eb27e2fffae49b0d8fa636bee611d9ad3c1e0999.tar.gz vyatta-cfg-quagga-eb27e2fffae49b0d8fa636bee611d9ad3c1e0999.zip |
Add minimal ospf config.
- still need to add validation and rest of functionality.
Diffstat (limited to 'templates/protocols/ospf/redistribute/kernel/metric')
-rw-r--r-- | templates/protocols/ospf/redistribute/kernel/metric/node.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/protocols/ospf/redistribute/kernel/metric/node.def b/templates/protocols/ospf/redistribute/kernel/metric/node.def new file mode 100644 index 00000000..270a810e --- /dev/null +++ b/templates/protocols/ospf/redistribute/kernel/metric/node.def @@ -0,0 +1,3 @@ +type: u32 +help: "Metric for redistributed routes" +syntax: $(@) >= 1 && $(@) <= 16; "metric must be between 1 and 16" |