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

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


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

	  
}