X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=OPENFLOW-1.1%2B;h=b60b8c1ad2bb5784bfea9d4c3882d8c02e2aea13;hb=6b83a3c5c37a07118681a3738ec776a7d8485a3f;hp=6fee77c914c13b218eb3e3fd91a9be26fcdf118f;hpb=cb25142c50cd3a92e779ca1ce6f61380ffc75927;p=sliver-openvswitch.git diff --git a/OPENFLOW-1.1+ b/OPENFLOW-1.1+ index 6fee77c91..b60b8c1ad 100644 --- a/OPENFLOW-1.1+ +++ b/OPENFLOW-1.1+ @@ -89,13 +89,6 @@ didn't compare the specs carefully yet.) * Add OFPMP_TABLE_FEATURES statistics. Alexander Wu has posted a patch series. [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. - [required for OF1.3+] - * IPv6 extension header handling support. Fully implementing this requires kernel support. This likely will take some careful and probably time-consuming design work. The actual coding, once