Skip to content

Commit

Permalink
Cronjob - daily check of IETF modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miroslav Kovac committed Jan 24, 2025
1 parent e8dd41f commit db6b536
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions experimental/ietf-extracted-YANG-modules/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ module ietf-bgp-origin-as-validation {
reference
"RFC XXXX: YANG Model for Border Gateway Protocol (BGP-4)";
}

import ietf-routing-policy {
prefix rt-pol;
reference
Expand Down Expand Up @@ -328,7 +327,7 @@ invalid.";
augment "/rt:routing/rt:control-plane-protocols"
+ "/rt:control-plane-protocol/bgp:bgp/bgp:rib"
+ "/bgp:afi-safis/bgp:afi-safi/bgp:ipv4-unicast"
+ "/bgp:rib-in-pre" {
+ "/bgp:neighbors/bgp:neighbor/bgp:adj-rib-in-pre" {
description
"Augmentation of BGP IPv4 Unicast route statistics.";

Expand All @@ -338,7 +337,7 @@ invalid.";
augment "/rt:routing/rt:control-plane-protocols"
+ "/rt:control-plane-protocol/bgp:bgp/bgp:rib"
+ "/bgp:afi-safis/bgp:afi-safi/bgp:ipv6-unicast"
+ "/bgp:rib-in-pre" {
+ "/bgp:neighbors/bgp:neighbor/bgp:adj-rib-in-pre" {
description
"Augmentation of BGP IPv6 Unicast route statistics.";

Expand All @@ -348,7 +347,7 @@ invalid.";
augment "/rt:routing/rt:control-plane-protocols"
+ "/rt:control-plane-protocol/bgp:bgp/bgp:rib"
+ "/bgp:afi-safis/bgp:afi-safi/bgp:ipv4-unicast"
+ "/bgp:rib-in-post" {
+ "/bgp:neighbors/bgp:neighbor/bgp:adj-rib-in-post" {
description
"Augmentation of BGP IPv4 Unicast route statistics.";

Expand All @@ -358,7 +357,7 @@ invalid.";
augment "/rt:routing/rt:control-plane-protocols"
+ "/rt:control-plane-protocol/bgp:bgp/bgp:rib"
+ "/bgp:afi-safis/bgp:afi-safi/bgp:ipv6-unicast"
+ "/bgp:rib-in-post" {
+ "/bgp:neighbors/bgp:neighbor/bgp:adj-rib-in-post" {
description
"Augmentation of BGP IPv6 Unicast route statistics.";

Expand Down Expand Up @@ -388,7 +387,7 @@ invalid.";
augment "/rt:routing/rt:control-plane-protocols"
+ "/rt:control-plane-protocol/bgp:bgp/bgp:rib"
+ "/bgp:afi-safis/bgp:afi-safi/bgp:ipv4-unicast"
+ "/bgp:rib-out-pre" {
+ "/bgp:neighbors/bgp:neighbor/bgp:adj-rib-out-pre" {
description
"Augmentation of BGP IPv4 Unicast route statistics.";

Expand All @@ -398,7 +397,7 @@ invalid.";
augment "/rt:routing/rt:control-plane-protocols"
+ "/rt:control-plane-protocol/bgp:bgp/bgp:rib"
+ "/bgp:afi-safis/bgp:afi-safi/bgp:ipv6-unicast"
+ "/bgp:rib-out-pre" {
+ "/bgp:neighbors/bgp:neighbor/bgp:adj-rib-out-pre" {
description
"Augmentation of BGP IPv6 Unicast route statistics.";

Expand All @@ -408,7 +407,7 @@ invalid.";
augment "/rt:routing/rt:control-plane-protocols"
+ "/rt:control-plane-protocol/bgp:bgp/bgp:rib"
+ "/bgp:afi-safis/bgp:afi-safi/bgp:ipv4-unicast"
+ "/bgp:rib-out-post" {
+ "/bgp:neighbors/bgp:neighbor/bgp:adj-rib-out-post" {
description
"Augmentation of BGP IPv4 Unicast route statistics.";

Expand All @@ -418,13 +417,12 @@ invalid.";
augment "/rt:routing/rt:control-plane-protocols"
+ "/rt:control-plane-protocol/bgp:bgp/bgp:rib"
+ "/bgp:afi-safis/bgp:afi-safi/bgp:ipv6-unicast"
+ "/bgp:rib-out-post" {
+ "/bgp:neighbors/bgp:neighbor/bgp:adj-rib-out-post" {
description
"Augmentation of BGP IPv6 Unicast route statistics.";

uses origin-as-validity-statistics;
}

augment "/rt:routing/rt:control-plane-protocols"
+ "/rt:control-plane-protocol/bgp:bgp/bgp:rib"
+ "/bgp:afi-safis/bgp:afi-safi/bgp:ipv4-unicast"
Expand Down

0 comments on commit db6b536

Please sign in to comment.