• 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
  • ..
  • augmentTranslator
  • test3.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
test3.yang 494 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
module test2 {  
    namespace "test2:test2";  
    prefix test2 ;  
                  
    import test1{  
       prefix test1;
    }  
    organization "";  
    contact "";  
       
    description   
       "Defines basic service types for L3VPN service.";  
       
    revision "2015-12-16" {  
       reference "";  
    }  


    augment /test1:cont1/test1:cont2/test1:cont1s/test1:cont1s {
        leaf leaf5 {
          type int32;
        }
        container aa {
        }
    }
}