On Fri, 2017-05-26 at 15:09 +0000, Darrell Ball wrote: > http://openvswitch.org/support/dist-docs/ovs-ofctl.8.pdf > > > “resubmit([port],[table],ct) > Re-searches this OpenFlow flow table (or the table whose number is specified > by table) > with the in_port field replaced by port (if port is specified) and the packet > 5-tuple fields > swapped with the corresponding conntrack original direction tuple fields (if > ct is speci- > fied, see ct_nw_src above), and executes the actions found, if any, in > addition to any > other actions in this flow entry. The in_port and swapped 5-tuple fields are > restored > immediately after the search, before any actions are executed. > The ct option requires a valid connection tracking state as a match > prerequisite in the flow > where this action is placed. Examples of valid connection tracking state > matches include > ct_state=+new, ct_state=+est, ct_state=+rel, and ct_state=+trk-inv.”
Thank you! - Greg _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
