blob: 74d02f4f8e79aa347614255d6c17ceba3531246f (
plain)
1
2
3
|
help: Enable Bidirectional Forwarding Detection (BFD) support
create:vtysh -c "configure terminal" -c "interface $IFNAME" -c "ipv6 ospf6 bfd"
delete:vtysh -c "configure terminal" -c "interface $IFNAME" -c "no ipv6 ospf6 bfd"
|