hi,
i have data model as follows
container a1
{
container a2{
list l1{
key “id”;
leaf id{ // i want to add action here through clispec
type string:
}
}
}
}
i want to add action to already existing data model through clispec.
i dont want to add new cmd inside the list. i want to add it to existing leave.
can i do this ?
plz suggest any way…