Delete netconf
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / nn-to-json / augmentation / augment-list.yang
1 module augment-list {
2   namespace "ns:augment:list";  
3   prefix "auglst";
4
5   
6   import yang {prefix yng; revision-date 2013-11-26;}   
7
8
9   revision "2013-11-26" {    
10   }
11   
12         augment "/yng:cont" {
13                 list lst1 {
14                         leaf lf11 {
15                                 type string;
16                         }
17                 }
18         }
19         
20
21           
22 }