OrderedByStatement.yang 197 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 module rock { namespace "http://example.net/rock"; prefix "rock"; leaf-list cipher { type string; ordered-by user; description "A list of ciphers"; } }