Skip to content

Commit

Permalink
Merge pull request #1450 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 committed Jul 12, 2023
2 parents bb3fd25 + 1920249 commit e751434
Show file tree
Hide file tree
Showing 27 changed files with 2,588 additions and 1,000 deletions.
8 changes: 5 additions & 3 deletions experimental/ietf-extracted-YANG-modules/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module ietf-ac-svc {
<mailto:[email protected]>";
description
"This YANG module defines a YANG model for exposing
attachment circuits (ACs) as a service.
attachment circuits as a service (ACaaS).
Copyright (c) 2023 IETF Trust and the persons identified as
authors of the code. All rights reserved.
Expand Down Expand Up @@ -372,6 +372,7 @@ module ietf-ac-svc {
type inet:ip-address;
description
"The remote IP address of this entry's BGP peer.
If this leaf is not present, this means that the primary
customer IP address is used as remote IP address.";
}
Expand Down Expand Up @@ -873,7 +874,8 @@ module ietf-ac-svc {
list ac-group-profile {
key "name";
description
"Maintains a list of per-node AC profiles.";
"Maintains a list of profiles that are shared among
a set of ACs.";
uses ac;
}
container placement-constraints {
Expand Down Expand Up @@ -904,7 +906,7 @@ module ietf-ac-svc {
leaf-list ac-group-profile {
type ac-group-reference;
description
"A reference to a per-node AC profile.";
"A reference to an AC profile.";
}
list group {
key "group-id";
Expand Down
Loading

0 comments on commit e751434

Please sign in to comment.