• 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
  • module.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
module.yang 289 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
module test5 {
    namespace "test5:test";
    prefix test ;

    revision "2016-07-04" {
             description "Initial revision.";
    }
    typedef typedef1 {
       type int32;
    }
    typedef typedef2 {
       type int32;
    }
    typedef typedef3 {
       type int32;
    }

}