• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • ..
  • InterMultiFileAugment
  • test.yang
  • Bharat saraswal's avatar
    [ONOS-4799],[ONOS-4351] Augment inter file linker and Generated Code refactored. · b1170bd2 ...
    b1170bd2
    Change-Id: Id1f3ac9c90a632373f51cc75d499c3110216be17
    Bharat saraswal authored 2016-07-14 17:17:02 +0000
test.yang 482 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
module test {  
    namespace "xpath:inter:single";  
    prefix test ; 
   
    import test1{
       prefix test1;
    }

    import test2{
       prefix test2;
    }
 
    organization "";  
    contact "";  
       
    description   
        "Defines basic service types for L3VPN service.";  
       
    revision "2015-12-16" {  
        reference "";  
    }  

     augment /test2:cont1/test2:cont2/test1:cont2 {
       leaf a {
          type int32;
       }
     }
}