From: YAMAMOTO Takashi Date: Tue, 15 Oct 2013 08:12:22 +0000 (+0900) Subject: OPENFLOW-1.1+: note on table-miss X-Git-Tag: sliver-openvswitch-2.0.90-1~7^2~68 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=48a5f330e33b1d115e15587472b32e476a0b9563;p=sliver-openvswitch.git OPENFLOW-1.1+: note on table-miss Signed-off-by: YAMAMOTO Takashi Signed-off-by: Ben Pfaff --- diff --git a/OPENFLOW-1.1+ b/OPENFLOW-1.1+ index 07b2660f8..4f3052029 100644 --- a/OPENFLOW-1.1+ +++ b/OPENFLOW-1.1+ @@ -121,6 +121,13 @@ 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) + Also, make it use the appropriate pin scheduler. [required for OF1.3+] * IPv6 extension header handling support. Fully implementing this