From: Acee Lindem Date: Mon, 3 Mar 2025 20:57:48 +0000 (+0000) Subject: yang: Add "log-session-changes" to BFD common session parameters. X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=4b0aeb6b292b595d7a685ea7d1e3a20814b18b4d;p=matthieu%2Ffrr.git yang: Add "log-session-changes" to BFD common session parameters. Signed-off-by: Acee Lindem --- diff --git a/yang/frr-bfdd.yang b/yang/frr-bfdd.yang index 7fa8f6cd48..75af799acc 100644 --- a/yang/frr-bfdd.yang +++ b/yang/frr-bfdd.yang @@ -24,7 +24,7 @@ module frr-bfdd { description "This module defines a model for managing FRR bfdd daemon. - Copyright 2020 FRRouting + Copyright 2025 FRRouting Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -58,6 +58,14 @@ module frr-bfdd { RFC 5883: Bidirectional Forwarding Detection (BFD) for Multihop Paths."; } + revision 2025-03-03 { + description "Add log-sessio-changes leaf"; + reference + "RFC 5880: Bidirectional Forwarding Detection (BFD). + RFC 5881: Bidirectional Forwarding Detection (BFD) + for IPv4 and IPv6 (Single Hop). + RFC 5883: Bidirectional Forwarding Detection (BFD) for Multihop Paths."; + } /* * BFD types declaration. @@ -197,6 +205,13 @@ module frr-bfdd { description "Don't attempt to start session establishment."; } + + leaf log-session-changes { + type boolean; + default false; + description "Log session changes from/to Up state to/from Down state"; + } + } grouping session-echo {