Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions draft/draft-ietf-netconf-https-notif.xml
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ INSERT_TEXT_FROM_FILE(../bin/ietf-https-notif-transport@YYYY-MM-DD.yang,69)
are defined in <xref
target="I-D.ietf-netconf-http-client-server">YANG Groupings for
HTTP Clients and HTTP Servers</xref>, <xref
target="I-D.ietf-netconf-tls-client-server">YANG Groupings for
target="RFC9645">YANG Groupings for
TLS Clients and TLS Servers</xref>, and <xref target="RFC7407">A
YANG Data Model for SNMP Configuration</xref>. Please see the
Security Considerations section of those documents for
Expand Down Expand Up @@ -725,8 +725,9 @@ Record:
<?rfc include='reference.RFC.9113.xml'?>
<?rfc include='reference.RFC.9114.xml'?>
<?rfc include='reference.RFC.9325.xml'?>
<?rfc include='reference.RFC.9645.xml'?>
<?rfc include='reference.I-D.ietf-netconf-http-client-server.xml'?>
<?rfc include='reference.I-D.ietf-netconf-tls-client-server.xml'?>

</references>
<references title="Informative references">
<?rfc include='reference.RFC.8141.xml'?>
Expand Down
10 changes: 2 additions & 8 deletions src/download-dependent-models.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
import os

list_of_ietf_models =\
[ ["ietf-crypto-types", "draft-ietf-netconf-crypto-types", "34"],
["ietf-truststore", "draft-ietf-netconf-trust-anchors", "28"],
["ietf-keystore", "draft-ietf-netconf-keystore", "35"],
["iana-tls-cipher-suite-algs", "draft-ietf-netconf-tls-client-server", "41"],
["ietf-tls-common", "draft-ietf-netconf-tls-client-server", "41"],
["ietf-tls-client", "draft-ietf-netconf-tls-client-server", "41"],
["iana-tls-cipher-suite-algs", "draft-ietf-netconf-tls-client-server", "41"],
["ietf-http-client", "draft-ietf-netconf-http-client-server", "27"] ]
[ ["ietf-http-client", "draft-ietf-netconf-http-client-server", "33"],
["iana-http-versions", "draft-ietf-netconf-http-client-server", "33"]]


def fetch_and_extract(draft, module, version):
Expand Down