On Fri, Oct 25, 2013 at 02:25:10PM -0700, Ben Pfaff wrote:
> On Fri, Oct 25, 2013 at 02:04:44PM -0700, Jarno Rajahalme wrote:
> >
> > On Oct 25, 2013, at 1:56 PM, Ben Pfaff wrote:
> >
> > > On Fri, Oct 25, 2013 at 01:44:17PM -0700, Jarno Rajahalme wrote:
> > >>
> > >> On Oct 25, 2013, at 1:32 P
On Fri, Oct 25, 2013 at 02:04:44PM -0700, Jarno Rajahalme wrote:
>
> On Oct 25, 2013, at 1:56 PM, Ben Pfaff wrote:
>
> > On Fri, Oct 25, 2013 at 01:44:17PM -0700, Jarno Rajahalme wrote:
> >>
> >> On Oct 25, 2013, at 1:32 PM, Ben Pfaff wrote:
> >>
> >>> On Thu, Oct 24, 2013 at 02:08:24PM -0700
On Oct 25, 2013, at 1:56 PM, Ben Pfaff wrote:
> On Fri, Oct 25, 2013 at 01:44:17PM -0700, Jarno Rajahalme wrote:
>>
>> On Oct 25, 2013, at 1:32 PM, Ben Pfaff wrote:
>>
>>> On Thu, Oct 24, 2013 at 02:08:24PM -0700, Jarno Rajahalme wrote:
On Oct 21, 2013, at 3:52 PM, Ben Pfaff
On Fri, Oct 25, 2013 at 01:44:17PM -0700, Jarno Rajahalme wrote:
>
> On Oct 25, 2013, at 1:32 PM, Ben Pfaff wrote:
>
> > On Thu, Oct 24, 2013 at 02:08:24PM -0700, Jarno Rajahalme wrote:
> >>
> >>
> >> On Oct 21, 2013, at 3:52 PM, Ben Pfaff wrote:
> >>
> >>> Commit e3b5693319c (Fix table chec
On Oct 25, 2013, at 1:32 PM, Ben Pfaff wrote:
> On Thu, Oct 24, 2013 at 02:08:24PM -0700, Jarno Rajahalme wrote:
>>
>>
>> On Oct 21, 2013, at 3:52 PM, Ben Pfaff wrote:
>>
>>> Commit e3b5693319c (Fix table checking for goto table instruction.) moved
>>> action checking into modify_flows__(),
On Thu, Oct 24, 2013 at 02:08:24PM -0700, Jarno Rajahalme wrote:
>
>
> On Oct 21, 2013, at 3:52 PM, Ben Pfaff wrote:
>
> > Commit e3b5693319c (Fix table checking for goto table instruction.) moved
> > action checking into modify_flows__(), for good reason, but as a side
> > effect made modify_f
On Oct 21, 2013, at 3:52 PM, Ben Pfaff wrote:
> Commit e3b5693319c (Fix table checking for goto table instruction.) moved
> action checking into modify_flows__(), for good reason, but as a side
> effect made modify_flows__() abandon and never commit the ofopgroup that it
> started, if action ch
Commit e3b5693319c (Fix table checking for goto table instruction.) moved
action checking into modify_flows__(), for good reason, but as a side
effect made modify_flows__() abandon and never commit the ofopgroup that it
started, if action checking failed. This commit fixes the problem.
The follow