From 9ed168178360c1ac490bd17461cbb44c674b832f Mon Sep 17 00:00:00 2001 From: Yusuke Iwase Date: Fri, 7 Nov 2014 12:00:14 +0900 Subject: ofctl_v1_0: Add remaining actions Signed-off-by: IWASE Yusuke Signed-off-by: FUJITA Tomonori --- doc/source/app/ofctl_rest.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/source/app/ofctl_rest.rst') diff --git a/doc/source/app/ofctl_rest.rst b/doc/source/app/ofctl_rest.rst index b46ab6b7..dfe36a73 100644 --- a/doc/source/app/ofctl_rest.rst +++ b/doc/source/app/ofctl_rest.rst @@ -1530,6 +1530,12 @@ Description of Actions on request messages STRIP_VLAN Strip the 802.1Q header {"type": "STRIP_VLAN"} SET_DL_SRC Set ethernet source address using "dl_src" {"type": "SET_DL_SRC", "dl_src": "aa:bb:cc:11:22:33"} SET_DL_DST Set ethernet destination address using "dl_dst" {"type": "SET_DL_DST", "dl_dst": "aa:bb:cc:11:22:33"} + SET_NW_SRC IP source address using "nw_src" {"type": "SET_NW_SRC", "nw_src": "10.0.0.1"} + SET_NW_DST IP destination address using "nw_dst" {"type": "SET_NW_DST", "nw_dst": "10.0.0.1"} + SET_NW_TOS Set IP ToS (DSCP field, 6 bits) using "nw_tos" {"type": "SET_NW_TOS", "nw_tos": 184} + SET_TP_SRC Set TCP/UDP source port using "tp_src" {"type": "SET_TP_SRC", "tp_src": 8080} + SET_TP_DST Set TCP/UDP destination port using "tp_dst" {"type": "SET_TP_DST", "tp_dst": 8080} + ENQUEUE Output to queue with "queue_id" attached to "port" {"type": "ENQUEUE", "queue_id": 3, "port": 1} =============== ============================================================================ ====================================================== List of Actions (OpenFlow1.2 or later): -- cgit v1.2.3