diff options
author | Roberto Bertó <roberto.berto@gmail.com> | 2024-03-10 12:42:31 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-10 12:42:31 -0300 |
commit | 95878ef8c96e276a8bc09b0326878a654ce2ee58 (patch) | |
tree | ae6fe96cedca2ab2a48f4387cc3aaecc71cb0285 /docs/configuration/protocols/bfd.rst | |
parent | 0993a91255cad0dd893b7a60e05fd2120a343407 (diff) | |
parent | 8d410c0843f7d8b88a5a20ccb778ae149c6fc098 (diff) | |
download | vyos-documentation-95878ef8c96e276a8bc09b0326878a654ce2ee58.tar.gz vyos-documentation-95878ef8c96e276a8bc09b0326878a654ce2ee58.zip |
Merge pull request #2 from vyos/master
import 2024-03
Diffstat (limited to 'docs/configuration/protocols/bfd.rst')
-rw-r--r-- | docs/configuration/protocols/bfd.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/configuration/protocols/bfd.rst b/docs/configuration/protocols/bfd.rst index 496c0cf9..30876efc 100644 --- a/docs/configuration/protocols/bfd.rst +++ b/docs/configuration/protocols/bfd.rst @@ -56,6 +56,13 @@ Configure BFD Disable a BFD peer +.. cfgcmd:: set protocols bfd peer <address> minimum-ttl <1-254> + + For multi hop sessions only. Configure the minimum expected TTL for an + incoming BFD control packet. + + This feature serves the purpose of thightening the packet validation + requirements to avoid receiving BFD control packets from other sessions. Enable BFD in BGP ----------------- |