summaryrefslogtreecommitdiff
path: root/templates/protocols
diff options
context:
space:
mode:
authorOleksandr Mamenko <oleksandr.mamenko@gmail.com>2018-09-18 12:52:44 +0200
committerOleksandr Mamenko <oleksandr.mamenko@gmail.com>2018-09-18 12:52:44 +0200
commit920ae0fe9d553ee9305fa22e2dbdd02ae5cd1bf7 (patch)
tree6dc3928d8067047c6eab38be0d3ab5f5cc6f318f /templates/protocols
parentce205e56fb2fff9bffa62a123717c5f49fc6ac8f (diff)
downloadvyatta-cfg-quagga-920ae0fe9d553ee9305fa22e2dbdd02ae5cd1bf7.tar.gz
vyatta-cfg-quagga-920ae0fe9d553ee9305fa22e2dbdd02ae5cd1bf7.zip
T851: add an option for OSPFv3 administrative distance fix
Diffstat (limited to 'templates/protocols')
-rw-r--r--templates/protocols/ospfv3/distance/ospfv3/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/ospfv3/distance/ospfv3/node.def b/templates/protocols/ospfv3/distance/ospfv3/node.def
index 6b7ba9af..4878c95d 100644
--- a/templates/protocols/ospfv3/distance/ospfv3/node.def
+++ b/templates/protocols/ospfv3/distance/ospfv3/node.def
@@ -1,7 +1,7 @@
help: OSPFv3 administrative distance
delete:expression: "touch /tmp/ospfv3-distance.$PPID"
end:expression: "\
- if [ -f \"/tmp/ospf-distance.$PPID\" ]; then \
+ if [ -f \"/tmp/ospfv3-distance.$PPID\" ]; then \
vtysh -c \"configure terminal\" \
-c \"router ospf6\" \
-c \"no distance ospf6\"; \