summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/augmentation/augment-leaf.yang
blob: 248d3bb8b0968e87ba4d4036281d39c08d468edd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module augment-leaf {
  namespace "ns:augment:leaf";  
  prefix "auglf";

  
  import yang {prefix yng; revision-date 2013-11-26;}	


  revision "2013-11-26" {    
  }
  
	augment "/yng:cont" {
		leaf lf2 {
			type string;
		}
	}
	
}