diff options
-rw-r--r-- | templates/protocols/ospfv3/distance/ospfv3/node.def | 2 |
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\"; \ |