Re: [ovs-dev] [PATCH v6 10/18] lib/rstp: Refactor port initialization.

2014-09-09 Thread Daniele Venturino
Acked-by: Daniele Venturino 2014-08-21 1:57 GMT+02:00 Jarno Rajahalme : > Prior to this patch the default values for ports were set in three > different places. This refactors them all to one helper function. > > Signed-off-by: Jarno Rajahalme > --- > lib/rstp.c | 105 > +

[ovs-dev] [PATCH v6 10/18] lib/rstp: Refactor port initialization.

2014-08-20 Thread Jarno Rajahalme
Prior to this patch the default values for ports were set in three different places. This refactors them all to one helper function. Signed-off-by: Jarno Rajahalme --- lib/rstp.c | 105 ++-- ofproto/ofproto-dpif.c |1 + 2 files change