Re: [ovs-dev] [PATCH 08/17] rstp-state-machines: fix TCN reception.

2014-11-13 Thread Jarno Rajahalme
Apart from the indentation in commit message: Acked-by: Jarno Rajahalme On Nov 6, 2014, at 7:31 AM, Daniele Venturino wrote: >Set rcdv_tcn and return OTHER_INFO when a >TOPOLOGY_CHANGE_NOTIFICATION_BPDU is received. > > Signed-off-by: Daniele Venturino > --- > lib/rstp-state-

[ovs-dev] [PATCH 08/17] rstp-state-machines: fix TCN reception.

2014-11-06 Thread Daniele Venturino
Set rcdv_tcn and return OTHER_INFO when a TOPOLOGY_CHANGE_NOTIFICATION_BPDU is received. Signed-off-by: Daniele Venturino --- lib/rstp-state-machines.c | 8 1 file changed, 8 insertions(+) diff --git a/lib/rstp-state-machines.c b/lib/rstp-state-machines.c index 5398f12.