diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-22 23:10:24 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-22 23:10:24 +0100 |
commit | 73a6551d2e65c1157f7e86e1912b759946c6e40d (patch) | |
tree | 91275e77f45c23afda283a1a5aeb5f34e8c21a65 /templates/protocols/ospf/auto-cost/reference-bandwidth | |
parent | 1f7f2d9cc202f0c7abdde014868cd113a9834543 (diff) | |
download | vyatta-cfg-quagga-73a6551d2e65c1157f7e86e1912b759946c6e40d.tar.gz vyatta-cfg-quagga-73a6551d2e65c1157f7e86e1912b759946c6e40d.zip |
T3236: migrate ospf to vyos-1x
Diffstat (limited to 'templates/protocols/ospf/auto-cost/reference-bandwidth')
-rw-r--r-- | templates/protocols/ospf/auto-cost/reference-bandwidth/node.def | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/templates/protocols/ospf/auto-cost/reference-bandwidth/node.def b/templates/protocols/ospf/auto-cost/reference-bandwidth/node.def deleted file mode 100644 index 110d3fc0..00000000 --- a/templates/protocols/ospf/auto-cost/reference-bandwidth/node.def +++ /dev/null @@ -1,20 +0,0 @@ -type: u32 -help: Reference bandwidth method to assign OSPF cost -default: 100 -syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 4294967; \ - "Must be between 1-4294967" -val_help: u32:1-4294967; Reference bandwidth cost in Mbits/sec (default 100) - -update:expression: "vtysh --noerror \ - -c \"configure terminal\" \ - -c \"router ospf\" \ - -c \"auto-cost reference-bandwidth $VAR(@) \"; \ - echo 'OSPF: Reference bandwidth is changed.'; \ - echo ' Please ensure reference bandwidth is consistent across all routers'; " - -delete:expression: "vtysh --noerror \ - -c \"configure terminal\" \ - -c \"router ospf\" \ - -c \"no auto-cost reference-bandwidth \"; \ - echo 'OSPF: Reference bandwidth is changed.'; \ - echo ' Please ensure reference bandwidth is consistent across all routers'; " |