diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-06-23 11:06:59 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-06-23 11:06:59 +0200 |
commit | c0293182e9fafbad28cc0a790f881c812f52406b (patch) | |
tree | b6ca8b1fa2e4d22d7f1cd8b951bfc9432c27e897 /interface-templates | |
parent | ed6f25d767383d5d6f3e57584f218545baf10af6 (diff) | |
download | vyatta-cfg-quagga-c0293182e9fafbad28cc0a790f881c812f52406b.tar.gz vyatta-cfg-quagga-c0293182e9fafbad28cc0a790f881c812f52406b.zip |
bfd: T1183: adjust BGP/OSPF help text on BFD
Diffstat (limited to 'interface-templates')
-rw-r--r-- | interface-templates/ip/ospf/bfd/node.def | 2 | ||||
-rw-r--r-- | interface-templates/ipv6/ospfv3/bfd/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
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" |