Re: [ovs-dev] [PATCH monitor_cond V4 00/17] Implement conditional monitoring

2016-02-25 Thread Ben Pfaff
Hi Liran. Thanks for working on this. When you post a v5, please CC me at b...@ovn.org instead of my old nicira.com address, which will stop working soon. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH monitor_cond V4 00/17] Implement conditional monitoring

2016-02-19 Thread Liran Schour
This series is also available at: https://github.com/liranschour/ovs.git Branch monitor_cond and monitor_cond_ovn. Liran Schour/Haifa/IBM@IBMIL wrote on 19/02/2016 11:47:25 PM: > This patch series implements conditional monitoring by introducing an OVSDB > RFC extension with 2 new JSON-RPC metho

Re: [ovs-dev] [PATCH monitor_cond V4 00/17] Implement conditional monitoring

2016-02-19 Thread Liran Schour
This series is also available at: https://github.com/liranschour/ovs.git Branch monitor_cond and monitor_cond_ovn. Liran Schour/Haifa/IBM@IBMIL wrote on 19/02/2016 11:47:25 PM: > This patch series implements conditional monitoring by introducing an OVSDB > RFC extension with 2 new JSON-RPC metho

[ovs-dev] [PATCH monitor_cond V4 00/17] Implement conditional monitoring

2016-02-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_update". Specification of this extension is defined in the ovsdb-server (1) man page. Monitor2 is now merged into monitor_cond. A monitor_cond sess