Skip to content

Commit

Permalink
Updated ietf-list-pagination YANGs to 2024-07-08
Browse files Browse the repository at this point in the history
  • Loading branch information
olofhagsand committed Jul 9, 2024
1 parent f6cafd7 commit 28bede2
Show file tree
Hide file tree
Showing 4 changed files with 406 additions and 312 deletions.
8 changes: 4 additions & 4 deletions yang/mandatory/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ YANGSPECS += ietf-origin@2018-02-14.yang
YANGSPECS += ietf-netconf-with-defaults@2011-06-01.yang
YANGSPECS += ietf-netconf-monitoring@2010-10-04.yang

# in draft-ietf-netconf-list-pagination-00.html
YANGSPECS += ietf-list-pagination@2022-07-24.yang
# in draft-ietf-netconf-list-pagination-nc-00
YANGSPECS += ietf-list-pagination-nc@2022-07-24.yang
# in draft-ietf-netconf-list-pagination-04.html
YANGSPECS += ietf-list-pagination@2024-07-08.yang
# in draft-ietf-netconf-list-pagination-nc-04
YANGSPECS += ietf-list-pagination-nc@2024-07-08.yang

all:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module ietf-list-pagination-nc {
}

import ietf-list-pagination {
prefix lp;
prefix lpg;
reference
"RFC XXXX: List Pagination for YANG-driven Protocols";
}
Expand All @@ -28,11 +28,12 @@ module ietf-list-pagination-nc {
contact
"WG Web: https://datatracker.ietf.org/wg/netconf
WG List: NETCONF WG list <mailto:netconf@ietf.org>";

description
"This module augments the <get>, <get-config>, and <get-data>
'rpc' statements to support list pagination.
Copyright (c) 2021 IETF Trust and the persons identified
Copyright (c) 2024 IETF Trust and the persons identified
as authors of the code. All rights reserved.
Redistribution and use in source and binary forms, with
Expand All @@ -53,7 +54,7 @@ module ietf-list-pagination-nc {
(RFC 8174) when, and only when, they appear in all
capitals, as shown here.";

revision 2022-07-24 {
revision 2024-07-08 {
description
"Initial revision.";
reference
Expand All @@ -64,12 +65,14 @@ module ietf-list-pagination-nc {
description "A grouping for list pagination parameters.";
container list-pagination {
description "List pagination parameters.";
uses lp:where-param-grouping;
uses lp:sort-by-param-grouping;
uses lp:direction-param-grouping;
uses lp:offset-param-grouping;
uses lp:limit-param-grouping;
uses lp:sublist-limit-param-grouping;
uses lpg:where-param-grouping;
uses lpg:sort-by-param-grouping;
uses lpg:locale-param-grouping;
uses lpg:direction-param-grouping;
uses lpg:cursor-param-grouping;
uses lpg:offset-param-grouping;
uses lpg:limit-param-grouping;
uses lpg:sublist-limit-param-grouping;
}
}

Expand Down
299 changes: 0 additions & 299 deletions yang/mandatory/ietf-list-pagination@2022-07-24.yang

This file was deleted.

Loading

0 comments on commit 28bede2

Please sign in to comment.