Acked-by: Daniele Venturino <[email protected]> 2015-04-16 21:58 GMT+02:00 Jarno Rajahalme <[email protected]>:
> Signed-off-by: Jarno Rajahalme <[email protected]> > --- > lib/rstp-state-machines.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/lib/rstp-state-machines.c b/lib/rstp-state-machines.c > index d254ca3..7e23789 100644 > --- a/lib/rstp-state-machines.c > +++ b/lib/rstp-state-machines.c > @@ -1858,7 +1858,6 @@ port_role_transition_sm(struct rstp_port *p) > p->port_role_transition_sm_state); > } > if (last_role != p->role) { > - last_role = p->role; > VLOG_DBG("%s, port %u, port role ["RSTP_PORT_ID_FMT"] = %s", > p->rstp->name, p->port_number, p->port_id, > rstp_port_role_name(p->role)); > -- > 1.7.10.4 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev > _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
