469e17c6aff5ecdb514ca588d25e680f13372b60
[bgpcep.git] / pcep / auto-bandwidth-extension / src / main / yang / pcep-auto-bandwidth-app-config.yang
1 module pcep-auto-bandwidth-app-config {
2     yang-version 1;
3     namespace "urn:opendaylight:params:xml:ns:yang:controller:pcep:auto-bandwidth-app-config";
4     prefix "pcep-auto-bandwidth-app-config";
5
6     description
7       "Configuration for the PCEP auto bandwidth extension.";
8
9     revision "2016-07-07" {
10         description
11             "Initial revision.";
12     }
13
14     container pcep-auto-bandwidth-app-config {
15         leaf bandwidth-usage-object-type {
16             type uint16 {
17                 range "3..15";
18             }
19
20             default 5;
21         }
22     }
23 }