• 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
  • ..
  • interfilepriority
  • module1.yang
  • Vidyashree Rama's avatar
    [ONOS-4839] update file priority for input files · 1b49906c ...
    1b49906c Browse Files
    Change-Id: I4aa0cbbfb0f168efd7c1895c9bb0c6589088eefd
    Vidyashree Rama authored 2016-07-16 05:01:19 +0000
module1.yang 238 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
module module1 {
    yang-version 1;
    namespace "http://huawei.com";
    prefix Ant;
    import module2 {
        prefix p;
    }
    leaf invalid-interval {
        type p:hello;
    }
    typedef hello {
        type string;
    }
}