Re: [ovs-dev] [PATCH] datapath-windows: Fix conntrack event handler

2016-09-11 Thread Nithin Raju
Loos good. Can you pls. add the following comment as well: /* Driver intiated messages should have zero seq number */ Acked-by: Nithin Raju >>Fix an issue with the OvsReadEventCmdHandler when handling conntrack >>events. Reverting the previous review comment since the inputBuffer in >>this case

Re: [ovs-dev] wachtwoord verlopen

2016-09-11 Thread Max Wennink
Van: Max Wennink Verzonden: maandag 12 september 2016 8:28 Aan: Max Wennink Onderwerp: wachtwoord verlopen Uw wachtwoord vervalt in een paar dagen tijd, klikt u vriendelijk op met de helpdesk om je oude wachtwoord te werk

Re: [ovs-dev] [PATCH] datapath-windows: update CodingStyle

2016-09-11 Thread Sairam Venugopal
Acked-by: Sairam Venugopal On 9/11/16, 10:56 PM, "Nithin Raju" wrote: >Signed-off-by: Nithin Raju >--- > datapath-windows/CodingStyle | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/datapath-windows/CodingStyle b/datapath-windows/CodingStyle >index 3550cdb..40873e8 100644 >--- a/data

[ovs-dev] [PATCH] datapath-windows: update CodingStyle

2016-09-11 Thread Nithin Raju
Signed-off-by: Nithin Raju --- datapath-windows/CodingStyle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/datapath-windows/CodingStyle b/datapath-windows/CodingStyle index 3550cdb..40873e8 100644 --- a/datapath-windows/CodingStyle +++ b/datapath-windows/CodingStyle @@ -67,6 +67,8 @@ OvsDe

Re: [ovs-dev] [PATCH] replication: Be more careful about JSON parsing and simplify code.

2016-09-11 Thread Andy Zhou
On Sat, Sep 10, 2016 at 9:23 PM, Ben Pfaff wrote: > The code here wasn't careful about parsing JSON received from the remote > OVSDB server. It assumed, for example, that a row that the remote server > implied was new was actually new, without looking to see whether there was > already a row wit

[ovs-dev] [PATCH] ovs-save: Use ${bridge} when dumping TLV map.

2016-09-11 Thread Jesse Gross
The script accidentally hardcoded the bridge name as 'br-int', a leftover from testing. Reported-by: Huanle Han Signed-off-by: Jesse Gross --- utilities/ovs-save | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/ovs-save b/utilities/ovs-save index 4ae8fde..8b8dbf4 10