• 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
  • RangeStatementWithSpace.yang
  • janani b's avatar
    [ONOS-4547, ONOS-4566, ONOS-4575, ONOS-4582, ONOS-4581, ONOS-4600, · dd1314fe ...
    dd1314fe
    ONOS-4598, ONOS-4607, ONOS-4610, ONOS-4611] Prefix addition from config
     and defect fixes.
    
    Change-Id: Ieaab5d3e0fe9a1bfa24a2527eeec5435cf0a1b85
    janani b authored 2016-05-27 20:31:35 +0000
RangeStatementWithSpace.yang 375 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
module Test {
    yang-version 1;
    namespace http://huawei.com;
    prefix Ant;
    leaf invalid-interval {
        type int32 {
            range "                          1                        ..                                        4 |                        10               ..                                          20                  ";
         }
    }
}