Skip to content

Commit 865bd21

Browse files
committed
merged input from Martin Björklund
1 parent 76fbbe7 commit 865bd21

8 files changed

+3648
-76
lines changed

draft-ietf-netconf-distributed-notif-14.txt

+1,232
Large diffs are not rendered by default.

draft-ietf-netconf-distributed-notif-14.xml

+1,035
Large diffs are not rendered by default.

yangs/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## YANG
2+
3+
```shell
4+
$ pyang [email protected] -f tree --tree-line-length 69 -p dependencies
5+
```
6+
7+
Full tree
8+
```shell
9+
$ pyang [email protected] [email protected] [email protected] -f tree --tree-line-length 69 -p dependencies
10+
```
11+
12+
Format for Datatracker
13+
```shell
14+
$ pyang [email protected] -f yang --yang-line-length=69 -p dependencies
15+
```

yangs/ietf-distributed-notif.yang

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,24 @@ module ietf-distributed-notif {
3434
"Defines augmentation for ietf-subscribed-notifications to
3535
enable the distributed publication with single subscription.
3636
37-
Copyright (c) 2024 IETF Trust and the persons identified as
38-
authors of the code. All rights reserved.
37+
Copyright (c) 2025 IETF Trust and the persons
38+
identified as authors of the code. All rights reserved.
3939
40-
Redistribution and use in source and binary forms, with or
41-
without modification, is permitted pursuant to, and subject to
42-
the license terms contained in, the Simplified BSD License set
43-
forth in Section 4.c of the IETF Trust's Legal Provisions
44-
Relating to IETF Documents
45-
(https://trustee.ietf.org/license-info).
40+
Redistribution and use in source and binary forms, with or
41+
without modification, is permitted pursuant to, and subject
42+
to the license terms contained in, the Revised BSD License
43+
set forth in Section 4.c of the IETF Trust's Legal Provisions
44+
Relating to IETF Documents
45+
(https://trustee.ietf.org/license-info).
4646
47-
This version of this YANG module is part of RFC XXXX; see the
48-
RFC itself for full legal notices.";
47+
All revisions of IETF and IANA published modules can be found
48+
at the YANG Parameters registry
49+
(https://www.iana.org/assignments/yang-parameters).
4950
50-
revision 2024-04-21 {
51+
This version of this YANG module is part of RFC XXXX; see
52+
the RFC itself for full legal notices.";
53+
54+
revision 2025-04-12 {
5155
description
5256
"Initial version";
5357
reference
@@ -73,7 +77,7 @@ module ietf-distributed-notif {
7377
description
7478
"Provides a reusable leaf-list of message-publisher-id-list.";
7579

76-
leaf-list message-publisher-ids {
80+
leaf-list message-publisher-id {
7781
type uint32;
7882
config false;
7983
description

yangs/ietf-notification-01.yang

-62
This file was deleted.

yangs/ietf-notification.yang

-1
This file was deleted.

0 commit comments

Comments
 (0)