]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Doc: Update documentation for BFD Echo.
authorlynnemorrison <lynne.morrison@ibm.com>
Mon, 25 Jul 2022 23:03:38 +0000 (19:03 -0400)
committerlynnemorrison <lynne.morrison@ibm.com>
Tue, 2 Aug 2022 14:09:11 +0000 (10:09 -0400)
Add information about Round Trip Time added to IPV4 BFD Echo.

Signed-off-by: Lynne Morrison <lynne.morrison@ibm.com>
doc/user/bfd.rst

index c47ed04f63a4afe1a7ccc790cf484a48902505e0..0eb1064519b598271fccaa181a28fe6cf8ed821c 100644 (file)
@@ -518,6 +518,10 @@ You can inspect the current BFD peer status with the following commands:
    frr# show bfd peer 192.168.0.1 json
    {"multihop":false,"peer":"192.168.0.1","id":1,"remote-id":1,"status":"up","uptime":161,"diagnostic":"ok","remote-diagnostic":"ok","receive-interval":300,"transmit-interval":300,"echo-receive-interval":50,"echo-transmit-interval":0,"detect-multiplier":3,"remote-receive-interval":300,"remote-transmit-interval":300,"remote-echo-receive-interval":50,"remote-detect-multiplier":3,"peer-type":"dynamic"}
 
+If you are running IPV4 BFD Echo, on a Linux platform, we also
+calculate round trip time for the packets.  We display minimum,
+average and maximum time it took to receive the looped Echo packets
+in the RTT fields.
 
 You can inspect the current BFD peer status in brief with the following commands: