summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-12-25 18:26:19 +0100
committerGitHub <noreply@github.com>2020-12-25 18:26:19 +0100
commit7b31d042cbbca016d9116f437e7c1587299947d3 (patch)
tree9893802fb140d8d2a205249ac03d513acc877be5
parent9be762af869658d6af86bddf8777493bbbd2535a (diff)
parentb60ac2c60483a29931ee90154eb05b2dd4466224 (diff)
downloadvyatta-cfg-quagga-7b31d042cbbca016d9116f437e7c1587299947d3.tar.gz
vyatta-cfg-quagga-7b31d042cbbca016d9116f437e7c1587299947d3.zip
Merge pull request #59 from danhusan/current
T3149: Change interface reference to $IFNAME
-rw-r--r--interface-templates/ipv6/ospfv3/bfd/node.def5
1 files changed, 2 insertions, 3 deletions
diff --git a/interface-templates/ipv6/ospfv3/bfd/node.def b/interface-templates/ipv6/ospfv3/bfd/node.def
index 7ef33bb7..74d02f4f 100644
--- a/interface-templates/ipv6/ospfv3/bfd/node.def
+++ b/interface-templates/ipv6/ospfv3/bfd/node.def
@@ -1,4 +1,3 @@
help: Enable Bidirectional Forwarding Detection (BFD) support
-create:vtysh -c "configure terminal" -c "interface $VAR(../../../@)" -c "ipv6 ospf6 bfd"
-delete:vtysh -c "configure terminal" -c "interface $VAR(../../../@)" -c "no ipv6 ospf6 bfd"
-
+create:vtysh -c "configure terminal" -c "interface $IFNAME" -c "ipv6 ospf6 bfd"
+delete:vtysh -c "configure terminal" -c "interface $IFNAME" -c "no ipv6 ospf6 bfd"