On Wed, Dec 11, 2013 at 05:55:35PM -0800, Ben Pfaff wrote:
> On Wed, Dec 11, 2013 at 04:09:57PM -0800, Jarno Rajahalme wrote:
> >
> > On Dec 11, 2013, at 3:14 PM, Ben Pfaff wrote:
> >
> > > On Wed, Dec 11, 2013 at 02:17:13PM -0800, Jarno Rajahalme wrote:
> > >> While testing the code I accidenta
On Wed, Dec 11, 2013 at 04:09:57PM -0800, Jarno Rajahalme wrote:
>
> On Dec 11, 2013, at 3:14 PM, Ben Pfaff wrote:
>
> > On Wed, Dec 11, 2013 at 02:17:13PM -0800, Jarno Rajahalme wrote:
> >> While testing the code I accidentally requested a change in the interface
> >> type (to dummy), like thi
On Dec 11, 2013, at 3:14 PM, Ben Pfaff wrote:
> On Wed, Dec 11, 2013 at 02:17:13PM -0800, Jarno Rajahalme wrote:
>> While testing the code I accidentally requested a change in the interface
>> type (to dummy), like this:
>>
>> # ovs-vsctl add-br br0
>> # ovs-vsctl add-port br0 p1 -- set Interf
On Wed, Dec 11, 2013 at 01:27:25PM -0800, Jarno Rajahalme wrote:
>
> On Dec 10, 2013, at 11:20 PM, Ben Pfaff wrote:
>
> > This greatly simplifies the reconfiguration code, making it much easier
> > to understand and modify. The old multi-pass configuration had the
> > property that it didn't de
On Wed, Dec 11, 2013 at 02:17:13PM -0800, Jarno Rajahalme wrote:
> While testing the code I accidentally requested a change in the interface
> type (to dummy), like this:
>
> # ovs-vsctl add-br br0
> # ovs-vsctl add-port br0 p1 -- set Interface p1 type=internal
> # ovs-vsctl -- set Interface p1 t
I'm happy with this once the segfault is fixed.
Ethan
On Tue, Dec 10, 2013 at 11:20 PM, Ben Pfaff wrote:
> This greatly simplifies the reconfiguration code, making it much easier
> to understand and modify. The old multi-pass configuration had the
> property that it didn't delay block packet pr
Ben,
I did some additional testing and accidentally found out a problem with this
patch:
While testing the code I accidentally requested a change in the interface type
(to dummy), like this:
# ovs-vsctl add-br br0
# ovs-vsctl add-port br0 p1 -- set Interface p1 type=internal
# ovs-vsctl -- set
On Dec 10, 2013, at 11:20 PM, Ben Pfaff wrote:
> This greatly simplifies the reconfiguration code, making it much easier
> to understand and modify. The old multi-pass configuration had the
> property that it didn't delay block packet processing as much, but that's
> not much of a worry anymore