list A {
key ‘a’;
leaf a {
type uint32;
}
leaf b{
type string;
}
leaf c{
tailf:hidden full;
config false;
}
}
}
Because of this A is coming in operational mode also. When i do show A, i get only keys as there is only one leaf in operational mode which is hidden. Is there any way i can hide it from operational mode.