• 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
  • ListSubStatementMinElements.yang
  • janani b's avatar
    [ONOS-4842] Leafref implementation for augment and uses · 23ccc312 ...
    23ccc312
    Change-Id: I919553a64d683aff65a8f16e2de783702dd5a45f
    janani b authored 2016-07-16 05:01:58 +0000
ListSubStatementMinElements.yang 388 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
module Test {
    yang-version 1;
    namespace http://huawei.com;
    prefix Ant;
    list valid {
        key "invalid";
        min-elements 3;
        leaf-list invalid-interval {
            type "uint16";
            units "seconds";
            description "Interval before a route is declared invalid";
        }
        leaf invalid {
            type "uint16";
        }
    }
}