Merging upstream version 3.7.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
35bddb6fe5
commit
3776ec3c2c
26 changed files with 690 additions and 232 deletions
|
@ -31,6 +31,10 @@ module libnetconf2-netconf-server {
|
|||
prefix tlss;
|
||||
}
|
||||
|
||||
revision "2025-01-23" {
|
||||
description "Added a list of YANG modules skipped in the server <hello> message.";
|
||||
}
|
||||
|
||||
revision "2024-07-09" {
|
||||
description "Second revision.";
|
||||
}
|
||||
|
@ -428,11 +432,11 @@ module libnetconf2-netconf-server {
|
|||
if-feature "ct:certificate-expiration-notification";
|
||||
|
||||
description
|
||||
"Container for the certificate expiration notification intervals.
|
||||
Its child nodes describe the ability to set the time intervals for the certificate
|
||||
expiration notifications. These intervals are given in the form of an anchor and a period.
|
||||
By default, these notifications are generated 3, 2, and 1 month; 2 weeks; 7, 6, 5, 4, 3, 2 and 1 day before a certificate expires.
|
||||
Additionally, notifications are generated on the day of expiration and every day thereafter.
|
||||
"Container for the certificate expiration notification intervals. Its child nodes describe the ability to set
|
||||
the time intervals for the certificate expiration notifications. These intervals are given in the form of an
|
||||
anchor and a period. By default, these notifications are generated 3, 2, and 1 month; 2 weeks; 7, 6, 5, 4, 3,
|
||||
2 and 1 day before a certificate expires. Additionally, notifications are generated on the day of expiration
|
||||
and every day thereafter.
|
||||
|
||||
Simplified example of YANG data that describe the default intervals:
|
||||
|
||||
|
@ -471,5 +475,12 @@ module libnetconf2-netconf-server {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
leaf-list ignored-hello-module {
|
||||
type string;
|
||||
|
||||
description
|
||||
"List of implemented sysrepo YANG modules that will not be reported the NETCONF server in its <hello> messages.";
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue