From a817e5246e7446e6381b408b69f3bf353bea8bed Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 18 Feb 2010 11:00:04 -0800 Subject: [PATCH] ovsdb: Fix use of as both a JSON value and as a database value. --- ovsdb/SPECS | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/ovsdb/SPECS b/ovsdb/SPECS index d2de137aa..c77f28c00 100644 --- a/ovsdb/SPECS +++ b/ovsdb/SPECS @@ -33,7 +33,7 @@ values. Additional notation is presented later. A JSON number with an integer value, within a certain range (currently -2**63...+2**63-1). - + Any JSON value. @@ -395,9 +395,9 @@ monitor Request object members: - "method": "monitor" required - "params": [, , ] required - "id": any JSON value except null required + "method": "monitor" required + "params": [, , ] required + "id": any JSON value except null required is an object that maps from a table name to a . @@ -461,11 +461,11 @@ update Notification object members: "method": "update" - "params": [, ] + "params": [, ] "id": null -The in "params" is the same as the value passed as the -in "params" for the "monitor" request. +The in "params" is the same as the value passed as the + in "params" for the "monitor" request. is an object that maps from a table name to a . @@ -504,7 +504,7 @@ monitor_cancel Request object members: "method": "monitor_cancel" required - "params": [] required + "params": [] required "id": any JSON value except null required Response object members: @@ -513,10 +513,10 @@ Response object members: "error": null "id": the request "id" member -Cancels the ongoing table monitor request, identified by the -in "params" matching the in "params" for an ongoing "monitor" -request. No more "update" messages will be sent for this table -monitor. +Cancels the ongoing table monitor request, identified by the + in "params" matching the in "params" for an +ongoing "monitor" request. No more "update" messages will be sent for +this table monitor. echo .... @@ -525,7 +525,7 @@ Request object members: "method": "echo" required "params": JSON array with any contents required - "id": required + "id": required Response object members: -- 2.43.0