From 03e365d6b1632a625a8e62ea22a067540cec68a8 Mon Sep 17 00:00:00 2001 From: Minoru TAKAHASHI Date: Thu, 10 Mar 2016 13:19:19 +0900 Subject: doc/app/ofctl_rest: Update description for action type of experimenter Signed-off-by: Minoru TAKAHASHI Signed-off-by: FUJITA Tomonori --- doc/source/app/ofctl_rest.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/source') diff --git a/doc/source/app/ofctl_rest.rst b/doc/source/app/ofctl_rest.rst index 363b74d1..67f8511c 100644 --- a/doc/source/app/ofctl_rest.rst +++ b/doc/source/app/ofctl_rest.rst @@ -2165,6 +2165,8 @@ Description of Actions on request messages (The set of keywords available for "field" is the same as match field) PUSH_PBB Push a new PBB service tag with "ethertype" {"type": "PUSH_PBB", "ethertype": 35047} POP_PBB Pop the outer PBB service tag {"type": "POP_PBB"} + EXPERIMENTER Extensible action for the experimenter {"type": "EXPERIMENTER", "experimenter": 101, "data": "AAECAwQFBgc=", "data_type": "base64"} + (Set "base64" or "ascii" to "data_type" field) GOTO_TABLE (Instruction) Setup the next table identified by "table_id" {"type": "GOTO_TABLE", "table_id": 8} WRITE_METADATA (Instruction) Setup the metadata field using "metadata" and "metadata_mask" {"type": "WRITE_METADATA", "metadata": 0x3, "metadata_mask": 0x3} METER (Instruction) Apply meter identified by "meter_id" {"type": "METER", "meter_id": 3} -- cgit v1.2.3