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

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


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

	  
}