summaryrefslogtreecommitdiff
path: root/interface-templates
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-06-23 12:20:57 +0200
committerChristian Poessinger <christian@poessinger.com>2019-06-23 12:20:57 +0200
commit275b3aa2e9add3074db893a5e4a32f22c7af108c (patch)
treeb6ca8b1fa2e4d22d7f1cd8b951bfc9432c27e897 /interface-templates
parentcfc5f4220407d6fd4f9b637850b5db39ce197be9 (diff)
parentc0293182e9fafbad28cc0a790f881c812f52406b (diff)
downloadvyatta-cfg-quagga-275b3aa2e9add3074db893a5e4a32f22c7af108c.tar.gz
vyatta-cfg-quagga-275b3aa2e9add3074db893a5e4a32f22c7af108c.zip
Merge branch 'bfd' into current
* bfd: bfd: T1183: adjust BGP/OSPF help text on BFD bfd: T1183: add BGP neighbor BFD support bfd: T1183: add OSPF BFD support on interface nodes
Diffstat (limited to 'interface-templates')
-rw-r--r--interface-templates/ip/ospf/bfd/node.def3
-rw-r--r--interface-templates/ipv6/ospfv3/bfd/node.def4
2 files changed, 7 insertions, 0 deletions
diff --git a/interface-templates/ip/ospf/bfd/node.def b/interface-templates/ip/ospf/bfd/node.def
new file mode 100644
index 00000000..619b7415
--- /dev/null
+++ b/interface-templates/ip/ospf/bfd/node.def
@@ -0,0 +1,3 @@
+help: Enable Bidirectional Forwarding Detection (BFD) support
+create:vtysh -c "configure terminal" -c "interface $IFNAME" -c "ip ospf bfd"
+delete:vtysh -c "configure terminal" -c "interface $IFNAME" -c "no ip ospf bfd"
diff --git a/interface-templates/ipv6/ospfv3/bfd/node.def b/interface-templates/ipv6/ospfv3/bfd/node.def
new file mode 100644
index 00000000..7ef33bb7
--- /dev/null
+++ b/interface-templates/ipv6/ospfv3/bfd/node.def
@@ -0,0 +1,4 @@
+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"
+