From 6bc6b27c86d5b061ab7dfd0cdcd25463a3f594ae Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 21 Jun 2019 19:47:15 +0200 Subject: bfd: T1183: add OSPF BFD support on interface nodes set interface ethernet eth0 ip ospf bfd delete interface ethernet eth0 ip ospf bfd --- interface-templates/ip/ospf/bfd/node.def | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 interface-templates/ip/ospf/bfd/node.def (limited to 'interface-templates/ip/ospf') diff --git a/interface-templates/ip/ospf/bfd/node.def b/interface-templates/ip/ospf/bfd/node.def new file mode 100644 index 00000000..fc393c2a --- /dev/null +++ b/interface-templates/ip/ospf/bfd/node.def @@ -0,0 +1,3 @@ +help: Enable Bidirectional Forwarding Detection (BFD) on this interface +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" -- cgit v1.2.3 From c0293182e9fafbad28cc0a790f881c812f52406b Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 23 Jun 2019 11:06:59 +0200 Subject: bfd: T1183: adjust BGP/OSPF help text on BFD --- interface-templates/ip/ospf/bfd/node.def | 2 +- interface-templates/ipv6/ospfv3/bfd/node.def | 2 +- templates/protocols/bgp/node.tag/neighbor/node.tag/bfd/node.def | 2 +- templates/protocols/bgp/node.tag/peer-group/node.tag/bfd/node.def | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'interface-templates/ip/ospf') diff --git a/interface-templates/ip/ospf/bfd/node.def b/interface-templates/ip/ospf/bfd/node.def index fc393c2a..619b7415 100644 --- a/interface-templates/ip/ospf/bfd/node.def +++ b/interface-templates/ip/ospf/bfd/node.def @@ -1,3 +1,3 @@ -help: Enable Bidirectional Forwarding Detection (BFD) on this interface +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 index 79de2a18..7ef33bb7 100644 --- a/interface-templates/ipv6/ospfv3/bfd/node.def +++ b/interface-templates/ipv6/ospfv3/bfd/node.def @@ -1,4 +1,4 @@ -help: Enable Bidirectional Forwarding Detection (BFD) on this interface +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" diff --git a/templates/protocols/bgp/node.tag/neighbor/node.tag/bfd/node.def b/templates/protocols/bgp/node.tag/neighbor/node.tag/bfd/node.def index b5b6a244..284ce4d8 100644 --- a/templates/protocols/bgp/node.tag/neighbor/node.tag/bfd/node.def +++ b/templates/protocols/bgp/node.tag/neighbor/node.tag/bfd/node.def @@ -1 +1 @@ -help: Enable Bidirectional Forwarding Detection (BFD) with this neighbor +help: Enable Bidirectional Forwarding Detection (BFD) support diff --git a/templates/protocols/bgp/node.tag/peer-group/node.tag/bfd/node.def b/templates/protocols/bgp/node.tag/peer-group/node.tag/bfd/node.def index b5b6a244..284ce4d8 100644 --- a/templates/protocols/bgp/node.tag/peer-group/node.tag/bfd/node.def +++ b/templates/protocols/bgp/node.tag/peer-group/node.tag/bfd/node.def @@ -1 +1 @@ -help: Enable Bidirectional Forwarding Detection (BFD) with this neighbor +help: Enable Bidirectional Forwarding Detection (BFD) support -- cgit v1.2.3