blob: f6b43364ce652104e64c97efd8604f204718dc91 [file] [log] [blame]
Vidyashree Rama1db15562016-05-17 16:16:15 +05301module rock {
2 namespace "http://example.net/rock";
3 prefix "rock";
4 leaf-list cipher {
5 type string;
6 ordered-by user;
7 description "A list of ciphers";
8 }
9}
10