Signed-off-by: YAMAMOTO Takashi <[email protected]> --- ryu/app/rest.py | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/ryu/app/rest.py b/ryu/app/rest.py index 15c59c1..bd2142f 100644 --- a/ryu/app/rest.py +++ b/ryu/app/rest.py @@ -14,6 +14,14 @@ # See the License for the specific language governing permissions and # limitations under the License. +# This module provides a basic set of REST API. +# - Network registration +# - End-point port management +# - OpenFlow port number +# - MAC address (for anti-spoofing) +# +# Used by OpenStack Ryu plug-in. + import json from webob import Response -- 1.8.3.1 ------------------------------------------------------------------------------ DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
