> On Sep 15, 2016, at 2:35 PM, Jarno Rajahalme wrote:
>
>>
>> On Sep 14, 2016, at 8:55 PM, Ben Pfaff wrote:
>>
>> On Wed, Sep 14, 2016 at 07:25:34PM -0700, Jarno Rajahalme wrote:
>>> Patch b0d38b2f17 unified flow mod reporting in ofproto for both
>>> stand-alone flow mods and bundle flow mods
> On Sep 14, 2016, at 8:55 PM, Ben Pfaff wrote:
>
> On Wed, Sep 14, 2016 at 07:25:34PM -0700, Jarno Rajahalme wrote:
>> Patch b0d38b2f17 unified flow mod reporting in ofproto for both
>> stand-alone flow mods and bundle flow mods, but left bundle-specific
>> reporting to the bundle removal code.
On Wed, Sep 14, 2016 at 07:25:34PM -0700, Jarno Rajahalme wrote:
> Patch b0d38b2f17 unified flow mod reporting in ofproto for both
> stand-alone flow mods and bundle flow mods, but left bundle-specific
> reporting to the bundle removal code. This patch fixes this by
> removing the bundle-specific
Patch b0d38b2f17 unified flow mod reporting in ofproto for both
stand-alone flow mods and bundle flow mods, but left bundle-specific
reporting to the bundle removal code. This patch fixes this by
removing the bundle-specific reporting of flow mods.
Found by inspection.
Fixes: b0d38b2f17 ("ofprot