Re: [ovs-dev] [PATCH monitor_cond V9 00/12] Conditional monitoring implementation

2016-07-18 Thread Ben Pfaff
On Mon, Jul 18, 2016 at 11:45:48AM +0300, Liran Schour wrote: > This patch series implements conditional monitoring by introducing an OVSDB > RFC extension with 2 new JSON-RPC methods: "monitor_cond" and > "monitor_cond_change". Specification of this extension is defined in the > ovsdb-server (1) m

Re: [ovs-dev] [PATCH monitor_cond V9 00/12] Conditional monitoring implementation

2016-07-18 Thread Ben Pfaff
On Mon, Jul 18, 2016 at 11:45:48AM +0300, Liran Schour wrote: > This patch series implements conditional monitoring by introducing an OVSDB > RFC extension with 2 new JSON-RPC methods: "monitor_cond" and > "monitor_cond_change". Specification of this extension is defined in the > ovsdb-server (1) m

[ovs-dev] [PATCH monitor_cond V9 00/12] Conditional monitoring implementation

2016-07-18 Thread Liran Schour
This patch series implements conditional monitoring by introducing an OVSDB RFC extension with 2 new JSON-RPC methods: "monitor_cond" and "monitor_cond_change". Specification of this extension is defined in the ovsdb-server (1) man page. Monitor2 is now merged into monitor_cond. A monitor_cond sess