X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=TODO.md;h=b4542b7144efb0c05535ffe28509fd3661c63831;hb=54da48f40c7ba67da7548eee7ea0aae74182d0e2;hp=e2db33b0d8358a96f023ddd72bc038134c9f040a;hpb=9feb1017c5f16ace32479264aae6d92ed81f0633;p=cascardo%2Fovs.git diff --git a/TODO.md b/TODO.md index e2db33b0d..b4542b714 100644 --- a/TODO.md +++ b/TODO.md @@ -68,15 +68,6 @@ UDP or DTLS. One place to start would be to implement a datagram abstraction library for OVS analogous to the ``stream'' library that already abstracts TCP, SSL, and other stream protocols. -Controller connection logging to pcap file ------------------------------------------- - -http://patchwork.openvswitch.org/patch/2249/ is an RFC patch that -allows the switch to record the traffic on OpenFlow controller -connections to a pcap file for later analysis. The patch lacks a good -way to enable and disable the feature. The task here would be to add -that and repost the patch. - Basic OpenFlow 1.4 support --------------------------