summaryrefslogtreecommitdiff
path: root/yang
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2023-04-11 09:55:24 -0400
committerGitHub <noreply@github.com>2023-04-11 09:55:24 -0400
commit8ce2ce8eb821a83fbd9f38eb5f5ca48fe4977277 (patch)
tree4ba6cbc64ce1772a15fe8fbea7115c66fd30d1c8 /yang
parentf26a87cd247c6ece48ef843476afc3b44e6ce5d1 (diff)
parentbb6ef345ad531d87b64d6584f79cbbc66405c13e (diff)
Merge pull request #13163 from isabelladeleon12/isis_log_drops
isisd: Add support for log-pdu-drops
Diffstat (limited to 'yang')
-rw-r--r--yang/frr-isisd.yang7
1 files changed, 7 insertions, 0 deletions
diff --git a/yang/frr-isisd.yang b/yang/frr-isisd.yang
index 66ec6a410d..de925b4823 100644
--- a/yang/frr-isisd.yang
+++ b/yang/frr-isisd.yang
@@ -1594,6 +1594,13 @@ module frr-isisd {
"Log changes to the IS-IS adjacencies in this area.";
}
+ leaf log-pdu-drops {
+ type boolean;
+ default "false";
+ description
+ "Log any dropped PDUs in this area.";
+ }
+
container mpls-te {
presence "Present if MPLS-TE is enabled.";
description