HONEYCOMB-154: update revison of models that changed since 16.09
[honeycomb.git] / v3po / api / src / main / yang / vpp-pbb.yang
1 module vpp-pbb {
2   yang-version 1;
3   namespace "urn:opendaylight:params:xml:ns:yang:vpp-pbb";
4   prefix "vpp-pbb";
5
6   revision "2016-12-14" {
7     description "Initial revision of pbb model";
8   }
9
10   import pbb-types {
11     prefix "pbb-types";
12   }
13
14   import yang-ext {
15     prefix "ext";
16   }
17
18   augment /if:interfaces/if:interface {
19      ext:augment-identifier "pbb-rewrite-interface-augmentation";
20      container pbb-rewrite{
21         uses pbb-types:pbb-rewrite-attributes;
22      }
23   }
24
25   augment /if:interfaces-state/if:interface {
26       ext:augment-identifier "pbb-rewrite-state-interface-augmentation";
27       container pbb-rewrite-state{
28          uses pbb-types:pbb-rewrite-attributes;
29          config false;
30       }
31   }
32 }