blob: f6b43364ce652104e64c97efd8604f204718dc91 [file] [log] [blame]
module rock {
namespace "http://example.net/rock";
prefix "rock";
leaf-list cipher {
type string;
ordered-by user;
description "A list of ciphers";
}
}