• 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
  • PositionWithDoubleQuotes.yang
  • Vidyashree Rama's avatar
    Identifier issue fix for module, list, container, leaf, leaf-list, prefix + date… · 468f8283 ...
    468f8283 Browse Files
    … agr string for revision fix
    
    Change-Id: Id9d596512f35b54f6359d361402bcd0180b71678
    Vidyashree Rama authored 2016-03-08 19:01:08 +0000
PositionWithDoubleQuotes.yang 380 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
module Test {
    yang-version 1;
    namespace http://huawei.com;
    prefix Ant;
     leaf mybits {
         type bits {
             bit disable-nagle {
                 position "0";
             }
             bit auto-sense-speed {
                 position "1";
             }
             bit Ten-Mb-only {
                 position "2";
             }
         }
    }
}