Re: [ovs-dev] [PATCH 2.10 v2 1/2] table: Create method for resetting table formatting.

2019-02-26 Thread Numan Siddique
On Tue, Feb 26, 2019 at 8:06 PM Mark Michelson wrote: > Table formatting has a local static integer that is intended to insert > line breaks between tables. This works exactly as intended, as long as > each call to table_format() is done as a single unit within the run of a > process. > > When

[ovs-dev] [PATCH 2.10 v2 1/2] table: Create method for resetting table formatting.

2019-02-26 Thread Mark Michelson
Table formatting has a local static integer that is intended to insert line breaks between tables. This works exactly as intended, as long as each call to table_format() is done as a single unit within the run of a process. When ovn-nbctl is run in daemon mode, it is a long-running process that