summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/common/augment/yang/augment-main-b.yang
blob: dcf493df08638bb97cf5efed74cdbbee18a715c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module augment-main-b {
  namespace "ns:augment:main:b";  
  prefix "aumab";

  
  import main {prefix mn; revision-date 2014-01-21;}   


  revision "2014-01-21" {    
  }
  
  augment "/mn:cont" {
    container cont1 {
        leaf lf11 {
            type string;
        }
    }
  }
  
}