From 7ca8690557656c030e79e45f8303e97b2cd202da Mon Sep 17 00:00:00 2001 From: Shinpei Muraoka Date: Mon, 6 Jun 2016 09:48:14 +0900 Subject: ofproto/nicira_ext: Move the variable and method for Nicira Extension Move variable and method that exist in the ofproto_v1_0.py to the nicira_ext.py. Move the oxm_types that exists in the nx_match.py to the nicira_ext.py. Signed-off-by: Shinpei Muraoka Signed-off-by: FUJITA Tomonori --- doc/source/nicira_ext_ref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/source/nicira_ext_ref.rst b/doc/source/nicira_ext_ref.rst index dc7d5424..562e12aa 100644 --- a/doc/source/nicira_ext_ref.rst +++ b/doc/source/nicira_ext_ref.rst @@ -27,5 +27,5 @@ but also available in OF1.2+. Nicira Extended Match Structures ================================ -.. automodule:: ryu.ofproto.nx_match +.. automodule:: ryu.ofproto.nicira_ext -- cgit v1.2.3