• 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
  • ..
  • resources
  • ValidBinaryLengthStatement.yang
  • Mahesh Poojary Huawei's avatar
    [ONOS-4348] Yang Bits, Binary and Decimal64 · 46fb4db5 ...
    46fb4db5
    Change-Id: I8e4e54a19a8f9634cbc56a07579a1730174f53f6
    Mahesh Poojary Huawei authored 2016-07-14 16:45:21 +0000
ValidBinaryLengthStatement.yang 166 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
module Test {
    yang-version 1;
    namespace http://huawei.com;
    prefix Ant;
    leaf message {
        type binary {
            length "4";
        }
    }
}