summaryrefslogtreecommitdiffstats
path: root/yang
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2023-04-11 15:55:24 +0200
committerGitHub <noreply@github.com>2023-04-11 15:55:24 +0200
commit8ce2ce8eb821a83fbd9f38eb5f5ca48fe4977277 (patch)
tree4ba6cbc64ce1772a15fe8fbea7115c66fd30d1c8 /yang
parentMerge pull request #12698 from Orange-OpenSource/isisd (diff)
parentdoc: Add CLI documentation for new log-pdu-drops config (diff)
downloadfrr-8ce2ce8eb821a83fbd9f38eb5f5ca48fe4977277.tar.xz
frr-8ce2ce8eb821a83fbd9f38eb5f5ca48fe4977277.zip
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 66ec6a410..de925b482 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