Signed-off-by: YAMAMOTO Takashi <yamam...@valinux.co.jp> --- OPENFLOW-1.1+ | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/OPENFLOW-1.1+ b/OPENFLOW-1.1+ index 90f811f..6fabde1 100644 --- a/OPENFLOW-1.1+ +++ b/OPENFLOW-1.1+ @@ -124,6 +124,15 @@ didn't compare the specs carefully yet.) [optional for OF1.3+] * More flexible table miss support. + This requires the following. + - Change the default table-miss action (in the absense of table-miss + entry) from packet_in to drop for OF1.3+. Decide what to do if + a switch is configured to support multiple OF versions. + - Distinguish table-miss flow entry and make its packet_in reason + OFPR_NO_MATCH. (OFPR_TABLE_MISS for OF1.4) + - Avoid a table-miss flow entry matching to packets if there are + ordinary flow entries with priority 0 in the table. I.e. The + table-miss flow entry should have lesser effective priority. [required for OF1.3+] * IPv6 extension header handling support. Fully implementing this -- 1.8.3.1 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev