Hello,
I’m looking to add multiple entry separated by comma on my cli
something like that.
this is my incomplete yang model.
container test {
leaf-list my_cn {
type enumeration {
enum "foo" {
value 1;
}
enum "bar" {
value 2;
}
enum "qux" {
value 4;
}
enum "corge" {
value 8;
}
}
CLI>conf t
config>test foo,bar,qux,quux,corge,grault