Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cronjob - daily update of yang files. #1470

Merged
merged 1 commit into from
Aug 29, 2023
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ module ietf-nrp-device {
import ietf-network {
prefix nw;
reference
"RFC 8345: A YANG Data Model for Network
Topologies, Section 6.1";
"RFC 8345: RFC 8345: A YANG Data Model for Network Topologies";
}

/* Import IETF interface module */
Expand All @@ -20,19 +19,20 @@ module ietf-nrp-device {
"RFC8343: A YANG Data Model for Interface Management";
}

/* Import NRP module */
/* Import NRPs module */

import ietf-nrp {
prefix nrp;
reference
"RFCXXXX: A YANG Data Model for Network Resource Partition";
"RFCXXXX: A YANG Data Model for Network Resource
Partitions (NRPs)";
}

organization
"IETF Traffic Engineering Architecture and Signaling (TEAS)
Working Group";
contact
"WG Web: <https://tools.ietf.org/wg/teas/>
"WG Web: <https://datatracker.ietf.org/wg/teas/>
WG List: <mailto:teas@ietf.org>

Editor: Bo Wu
Expand All @@ -50,12 +50,14 @@ module ietf-nrp-device {
Editor: Shaofu Peng
<mailto:peng.shaofu@zte.com.cn>";
description
"This module defines a data model for NRP device configurations,
state. The model fully conforms to the
Network Management Datastore Architecture (NMDA).
"This YANG module defines a data model for Network Resource
Partitions (NRPs) device configurations and states. The model
fully conforms to the Network Management Datastore
Architecture (NMDA).

Copyright (c) 2023 IETF Trust and the persons identified as
authors of the code. All rights reserved.

Redistribution and use in source and binary forms, with or
without modification, is permitted pursuant to, and subject to
the license terms contained in, the Revised BSD License set
Expand All @@ -72,11 +74,11 @@ module ietf-nrp-device {
// RFC Ed.: update the date below with the date of RFC publication
// and remove this note.

revision 2023-07-24 {
revision 2023-08-28 {
description
"Initial revision for the NRP device YANG module.";
"Initial revision.";
reference
"RFCXXXX: A YANG Data Model for Network Resource Partition
"RFCXXXX: A YANG Data Model for Network Resource Partitions (NRPs)
Device";
}

Expand Down
Loading
Loading