Skip to content

Commit 4cc96fb

Browse files
committed
Added back the original accounting-method and authorization-method leaf-lists
but marked them as deprecated.
1 parent 18641a3 commit 4cc96fb

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

release/models/system/openconfig-aaa.yang

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ module openconfig-aaa {
3636

3737
revision "2025-07-04" {
3838
description
39-
"Moved accounting-method and authorization-method leaf-lists
40-
inside the accounting/events/event and authorization/events/event
39+
"Add accounting-method and authorization-method leaf-lists
40+
inside accounting/events/event and authorization/events/event
4141
lists, respectively.";
4242
reference "1.1.0";
4343
}
@@ -575,6 +575,10 @@ module openconfig-aaa {
575575
grouping aaa-accounting-config {
576576
description
577577
"Configuration data for event accounting";
578+
579+
uses aaa-accounting-methods-common {
580+
status deprecated;
581+
}
578582
}
579583

580584
grouping aaa-accounting-state {
@@ -700,6 +704,10 @@ module openconfig-aaa {
700704
grouping aaa-authorization-config {
701705
description
702706
"Configuration data for AAA authorization";
707+
708+
uses aaa-authorization-methods-common {
709+
status deprecated;
710+
}
703711
}
704712

705713
grouping aaa-authorization-state {

0 commit comments

Comments
 (0)