Re: [ovs-dev] [PATCH 07/22] jsonrpc-server: Add functions to convert jsonrpc options to/from json.

2024-01-08 Thread Mike Pattrick
On Wed, Dec 13, 2023 at 8:05 PM Ilya Maximets wrote: > > These functions will be needed when we'll need to load/save > configuration of each OVSDB remote separately. > > The parsing function is written in a way that it updates the > provided options and doesn't create a new structure. This > is d

[ovs-dev] [PATCH 07/22] jsonrpc-server: Add functions to convert jsonrpc options to/from json.

2023-12-13 Thread Ilya Maximets
These functions will be needed when we'll need to load/save configuration of each OVSDB remote separately. The parsing function is written in a way that it updates the provided options and doesn't create a new structure. This is done in order for different callers to have their own default values