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. #1450

Merged
merged 1 commit into from
Jul 12, 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
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