Skip to content

Commit

Permalink
Merge pull request YangModels#1495 from yang-catalog/main
Browse files Browse the repository at this point in the history
Cronjob - daily update of yang files.
  • Loading branch information
SlavomirMazurPantheon authored Oct 20, 2023
2 parents 063e63f + 7ee1b1d commit c1f9ed9
Show file tree
Hide file tree
Showing 14 changed files with 1,801 additions and 1,238 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ module ietf-alto-stats {
"RFC XXXX: YANG Data Models for the Application-Layer
Traffic Optimization (ALTO) Protocol";
}

// Groupings

grouping server-level-stats {
Expand Down Expand Up @@ -382,7 +381,6 @@ module ietf-alto-stats {
uses server-level-stats;
}
}

augment "/alto:alto/alto:alto-server/alto:resource" {
description
"Augmenting statistics and configuration parameters for
Expand Down
34 changes: 16 additions & 18 deletions experimental/ietf-extracted-YANG-modules/ietf-alto@2023-02-23.yang
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ module ietf-alto {
description
"Indicates support of performance metrics extension.";
reference
"RFC YYYY: ALTO Performance Cost Metrics";
"RFC 9439: ALTO Performance Cost Metrics";
}

// Base identities
Expand All @@ -173,7 +173,6 @@ module ietf-alto {
"RFC 7285: Application-Layer Traffic Optimization (ALTO)
Protocol, Section 6.1.1";
}

identity cost-mode {
description
"The cost mode indicates how costs should be interpreted.
Expand All @@ -192,7 +191,7 @@ module ietf-alto {
"The cost source indicates the high-level type of the
data source.";
reference
"RFC YYYY: ALTO Performance Cost Metrics, Section 3.1";
"RFC 9439: ALTO Performance Cost Metrics, Section 3.1";
}

// Identities for ALTO information resources
Expand All @@ -214,6 +213,7 @@ module ietf-alto {
"RFC 7285: Application-Layer Traffic Optimization (ALTO)
Protocol, Section 5";
}

identity cost-map {
base resource-type;
description
Expand Down Expand Up @@ -269,7 +269,6 @@ module ietf-alto {
Incremental Updates Using Server-Sent Events
(SSE)";
}

// Identities for cost mode

identity numerical {
Expand Down Expand Up @@ -333,56 +332,56 @@ module ietf-alto {
if-feature "performance-metrics";
base cost-metric;
description
"RFC YYYY: ALTO Performance Cost Metrics, Section 4.1";
"RFC 9439: ALTO Performance Cost Metrics, Section 4.1";
}

identity delay-rt {
if-feature "performance-metrics";
base cost-metric;
description
"RFC YYYY: ALTO Performance Cost Metrics, Section 4.2";
"RFC 9439: ALTO Performance Cost Metrics, Section 4.2";
}

identity delay-variation {
if-feature "performance-metrics";
base cost-metric;
description
"RFC YYYY: ALTO Performance Cost Metrics, Section 4.3";
"RFC 9439: ALTO Performance Cost Metrics, Section 4.3";
}

identity lossrate {
if-feature "performance-metrics";
base cost-metric;
description
"RFC YYYY: ALTO Performance Cost Metrics, Section 4.4";
"RFC 9439: ALTO Performance Cost Metrics, Section 4.4";
}

identity hopcount {
if-feature "performance-metrics";
base cost-metric;
description
"RFC YYYY: ALTO Performance Cost Metrics, Section 4.5";
"RFC 9439: ALTO Performance Cost Metrics, Section 4.5";
}

identity tput {
if-feature "performance-metrics";
base cost-metric;
description
"RFC YYYY: ALTO Performance Cost Metrics, Section 5.1";
"RFC 9439: ALTO Performance Cost Metrics, Section 5.1";
}

identity bw-residual {
if-feature "performance-metrics";
base cost-metric;
description
"RFC YYYY: ALTO Performance Cost Metrics, Section 5.2";
"RFC 9439: ALTO Performance Cost Metrics, Section 5.2";
}

identity bw-available {
if-feature "performance-metrics";
base cost-metric;
description
"RFC YYYY: ALTO Performance Cost Metrics, Section 5.3";
"RFC 9439: ALTO Performance Cost Metrics, Section 5.3";
}

// Identities for cost sources
Expand All @@ -394,7 +393,7 @@ module ietf-alto {
"The 'nominal' category indicates that the metric value is
statically configured by the underlying devices.";
reference
"RFC YYYY: ALTO Performance Cost Metrics, Section 3.1";
"RFC 9439: ALTO Performance Cost Metrics, Section 3.1";
}

identity sla {
Expand All @@ -405,7 +404,7 @@ module ietf-alto {
derived from some commitment which this document refers to
as service-level agreement (SLA).";
reference
"RFC YYYY: ALTO Performance Cost Metrics, Section 3.1";
"RFC 9439: ALTO Performance Cost Metrics, Section 3.1";
}

identity estimation {
Expand All @@ -415,7 +414,7 @@ module ietf-alto {
"The 'estimation' category indicates that the metric value is
computed through an estimation process.";
reference
"RFC YYYY: ALTO Performance Cost Metrics, Section 3.1";
"RFC 9439: ALTO Performance Cost Metrics, Section 3.1";
}

// Typedefs
Expand Down Expand Up @@ -510,7 +509,6 @@ module ietf-alto {
}

// Typedefs for referencing purposes

typedef cost-type-ref {
type leafref {
path "/alto:alto/alto:alto-server/alto:cost-type"
Expand Down Expand Up @@ -550,6 +548,7 @@ module ietf-alto {
description
"Type to reference an HTTPS client user id.";
}

typedef resource-ref {
type leafref {
path "/alto:alto/alto:alto-server/alto:resource"
Expand All @@ -558,7 +557,6 @@ module ietf-alto {
description
"Type to reference a resource identifier.";
}

typedef role-ref {
type leafref {
path "/alto:alto/alto:alto-server/alto:role"
Expand Down Expand Up @@ -1059,7 +1057,7 @@ module ietf-alto {
description
"Identify the type of the data source.";
}
choice source-params {
container source-params {
description
"Data source specific configuration.";
reference
Expand Down

This file was deleted.

Loading

0 comments on commit c1f9ed9

Please sign in to comment.