• 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
  • SelfFileLinkingWithFeatureUndefined.yang
  • Vidyashree Rama's avatar
    [ONOS-4650][ONOS-4726][ONOS-4727] [ONOS-4728]Implement must parser + when parser… · deac28bf ...
    deac28bf
    … + feature + if-feature + revision defect fix
    
    Change-Id: I0a3aee6c1c6b72ef7da7f7f565fd0f149fe3fd42
    Vidyashree Rama authored 2016-07-11 21:40:22 +0000
SelfFileLinkingWithFeatureUndefined.yang 414 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
module syslog {
    yang-version 1;
    namespace http://huawei.com;
    prefix "sys";

    container speed {
        leaf local-storage-limit {
            if-feature local-storage;
            type uint64;
            units "kilobyte";
            config false;
            description
                 "The amount of local storage that can be
                  used to hold syslog messages.";
        }
    }
}