diff options
Diffstat (limited to 'interface-templates/ip/ospf/bfd/node.def')
-rw-r--r-- | interface-templates/ip/ospf/bfd/node.def | 2 |
1 files changed, 1 insertions, 1 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" |