summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/nn-to-json/augmentation/augment-list.yang
blob: a35a87e90e7e051ea3788072853a5d122f9cdfdc (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-list {
  namespace "ns:augment:list";  
  prefix "auglst";

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


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

	  
}