YANG revision dates mass-update
[bgpcep.git] / pcep / ietf-stateful07 / src / main / yang / odl-pcep-topology-sync-optimizations-config.yang
1 // vi: set smarttab et sw=4 tabstop=4:
2 module odl-pcep-topology-sync-optimizations-config {
3     yang-version 1;
4     namespace "urn:opendaylight:params:xml:ns:yang:topology:pcep:sync:optimizations:config";
5     prefix pnc;
6
7     import network-topology { prefix nt; revision-date 2013-10-21; }
8     import network-topology-pcep { prefix pn; revision-date 2020-01-20; }
9     import yang-ext { prefix ext; revision-date 2013-07-09; }
10     import pcep-config { prefix pc; revision-date 2020-01-20; }
11     import odl-pcep-sync-optimizations { prefix opso; revision-date 2018-11-09; }
12     import network-pcep-topology-config { prefix nptc; revision-date 2018-11-09; }
13
14     description
15         "This module contains the PCEP config extensions to base topology model.
16          Copyright (c)2017 AT&T Services, Inc. All rights reserved.;
17
18          This program and the accompanying materials are made available
19          under the terms of the Eclipse Public License v1.0 which
20          accompanies this distribution, and is available at
21          http://www.eclipse.org/legal/epl-v10.html";
22
23     organization "AT&T Services, Inc.";
24     contact "Claudio D. Gasparini <claudio.gasparini@pantheon.sk>";
25
26     revision "2018-11-09" {
27         description
28             "P2MP extension.";
29         reference "RFC8306";
30     }
31
32     revision "2017-10-25" {
33         description
34             "Initial revision.";
35     }
36
37     augment "/nt:network-topology/nt:topology/nt:node/nptc:session-config" {
38         when "../nt:topology-types/pn:topology-pcep";
39         ext:augment-identifier pcep-node-sync-config;
40         description "Augment Pcep topology node with synchronization config";
41
42         uses opso:speaker-entity-id;
43     }
44 }