• 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
  • utils
  • yangutils
  • src
  • test
  • resources
  • OrderedByStatement.yang
  • Vidyashree Rama's avatar
    YANG sub module linking + unsupported yang construct + defect fix · 1db1556b ...
    1db1556b
    Change-Id: I224c8c14ee2111f6844278cb540c48651544f59b
    Vidyashree Rama authored 2016-05-19 20:58:28 +0000
OrderedByStatement.yang 197 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
module rock {
    namespace "http://example.net/rock";
    prefix "rock";
    leaf-list cipher  {
         type string;
         ordered-by user;
         description "A list of ciphers";
    }
}