• 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
  • ..
  • uses
  • test4.yang
  • Bharat saraswal's avatar
    [ONOS-5003][ONOS-5004][ONOS-5005]Generated Code modification for YangUtils+added… · 2d90b0c1 ...
    2d90b0c1
    … interface for augmentation method and other api changes.
    
    Change-Id: I954b9c99e182f21d01fcc5cd76fbac7d61a6c3aa
    Bharat saraswal authored 2016-08-04 16:00:17 +0000
test4.yang 534 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 30
submodule test3 {  

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

    grouping group1 {
        container cont3 {
           leaf leaf3 {
              type int32;
           }
           container cont4 {
                 leaf leaf4 {
                    type int32;
                 }
            }
        }
    }
    
}