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