Merge "Simplify method isMutualExclusive in Subnet. Remove redundant 'if' statements."
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / cnsn-to-json / augmentation / augment-leaf.yang
1 module augment-leaf {
2   namespace "ns:augment:leaf";  
3   prefix "auglf";
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                 leaf lf2 {
14                         type string;
15                 }
16         }
17         
18 }