On Fri, Nov 13, 2020 at 10:27:56AM +0800, pavan-lakote wrote: > Can you please give me an rough idea when to expect a patch?
Try this. Thanks, Richard ---8<--- diff --git a/port.c b/port.c index fa49663..db3e9ac 100644 --- a/port.c +++ b/port.c @@ -3209,6 +3209,9 @@ int port_state_update(struct port *p, enum fsm_event event, int mdiff) next = p->state_machine(next, event, 0); } + if (mdiff) { + unicast_client_state_changed(p); + } if (next != p->state) { port_show_transition(p, next, event); p->state = next; _______________________________________________ Linuxptp-users mailing list Linuxptp-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxptp-users