X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=DESIGN;h=ec29e3955767d16526e078dd81c7da87d3de7512;hb=734ec5ec13499a2e7112626564cc9bd0c2d06600;hp=f383b6526d918a03dd1c003cef14cb887af2199d;hpb=80d5aefd65b9dd953d873f9995b949bc8b8d19d5;p=openvswitch diff --git a/DESIGN b/DESIGN index f383b652..ec29e395 100644 --- a/DESIGN +++ b/DESIGN @@ -24,6 +24,16 @@ Second, OFPT_FLOW_REMOVED and NXT_FLOW_REMOVED messages are generated only if the flow that was removed had the OFPFF_SEND_FLOW_REM flag set. +Third, OFPT_PACKET_IN and NXT_PACKET_IN messages are sent only to +OpenFlow controller connections that have the correct connection ID +(see "struct nx_controller_id" and "struct nx_action_controller"): + + - For packet-in messages generated by a NXAST_CONTROLLER action, + the controller ID specified in the action. + + - For other packet-in messages, controller ID zero. (This is the + default ID when an OpenFlow controller does not configure one.) + Finally, Open vSwitch consults a per-connection table indexed by the message type, reason code, and current role. The following table shows how this table is initialized by default when an OpenFlow @@ -115,8 +125,8 @@ below the table. MODIFY DELETE ADD MODIFY STRICT DELETE STRICT === ====== ====== ====== ====== -match on priority --- --- yes --- yes -match on out_port --- --- --- yes yes +match on priority --- --- yes --- yes +match on out_port --- --- --- yes yes updates flow_cookie yes yes yes updates OFPFF_SEND_FLOW_REM yes + + honors OFPFF_CHECK_OVERLAP yes + +