• 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
  • ..
  • MultiChild
  • submodule.yang
  • Bharat saraswal's avatar
    [ONOS-4839] update file priority for translator and OP param file impl defect fix · d50c6382 ...
    d50c6382
    Change-Id: Ieaef43f915996ed0a34dfa17c338ab612716b2bc
    Bharat saraswal authored 2016-07-16 05:27:22 +0000
submodule.yang 423 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
submodule test6 {
      
     belongs-to "test5" {
         prefix "test";
    }    

    revision "2016-07-04" {
             description "Initial revision.";
    }
    grouping grouping1 {
        leaf leaf1 {
           type int32;
        }
    }
    grouping grouping2 {
        leaf leaf1 {
           type int32;
        }
    }

   grouping grouping3 {
        leaf leaf1 {
           type int32;
        }
    }
}