Re: [ovs-dev] [PATCH] stp: Fix bpdu tx problem in listening state

2014-03-16 Thread Kmindg G
On Sun, Mar 16, 2014 at 12:50 AM, Ben Pfaff wrote: > On Wed, Mar 12, 2014 at 03:31:26PM +0800, Kmindg G wrote: >> On Wed, Mar 12, 2014 at 1:41 PM, Ben Pfaff wrote: >> > On Sun, Mar 09, 2014 at 05:48:52PM +0800, kmindg wrote: >> >> The restriction only allows to send bpdu in forwarding state in >>

Re: [ovs-dev] [PATCH] stp: Fix bpdu tx problem in listening state

2014-03-15 Thread Ben Pfaff
On Wed, Mar 12, 2014 at 03:31:26PM +0800, Kmindg G wrote: > On Wed, Mar 12, 2014 at 1:41 PM, Ben Pfaff wrote: > > On Sun, Mar 09, 2014 at 05:48:52PM +0800, kmindg wrote: > >> The restriction only allows to send bpdu in forwarding state in > >> compose_output_action__. But a port could send bpdu in

Re: [ovs-dev] [PATCH] stp: Fix bpdu tx problem in listening state

2014-03-12 Thread Kmindg G
On Wed, Mar 12, 2014 at 1:41 PM, Ben Pfaff wrote: > On Sun, Mar 09, 2014 at 05:48:52PM +0800, kmindg wrote: >> The restriction only allows to send bpdu in forwarding state in >> compose_output_action__. But a port could send bpdu in listening >> and learning state according to comments in lib/stp.

Re: [ovs-dev] [PATCH] stp: Fix bpdu tx problem in listening state

2014-03-11 Thread Ben Pfaff
On Sun, Mar 09, 2014 at 05:48:52PM +0800, kmindg wrote: > The restriction only allows to send bpdu in forwarding state in > compose_output_action__. But a port could send bpdu in listening > and learning state according to comments in lib/stp.h(State of > an STP port). > > Signed-off-by: kmindg

[ovs-dev] [PATCH] stp: Fix bpdu tx problem in listening state

2014-03-09 Thread kmindg
The restriction only allows to send bpdu in forwarding state in compose_output_action__. But a port could send bpdu in listening and learning state according to comments in lib/stp.h(State of an STP port). Signed-off-by: kmindg --- lib/stp.c| 9 + lib/stp.h