Hi,
I am looking for a way to determine if a certain leaf of a container has been modified as part of the commit transaction in a validation point. My yang looks like below
container A {
valpoint A_valpoint;
leaf A1 {
type X;
}
leaf B1 {
type Y;
}
}
For instance in the above yang even if leaf A1 is modified or configured, the same valpoint is hit similar to when leaf B1 is configured. Is there a maapi function call to exactly determine which leaf or Xpath is being modified as part of the transaction?