Delete netconf
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / common / augment / yang / augment-main-a.yang
1 module augment-main-a {
2   namespace "ns:augment:main:a";  
3   prefix "aumaa";
4
5   
6   import main {prefix mn; revision-date 2014-01-21;}   
7
8
9   revision "2014-01-21" {    
10   }
11   
12   augment "/mn:cont" {
13     container cont1 {
14         leaf lf11 {
15             type string;
16         }
17     }
18   }
19   
20 }