On Thu, Mar 19, 2020 at 11:52:25AM +0200, Paul Blakey wrote: > Freeing a flowtable with offloaded flows, the flow are deleted from > hardware but are not deleted from the flow table, leaking them, > and leaving their offload bit on. > > Add a second pass of the disabled gc to delete the these flows from > the flow table before freeing it. Applied, thanks.