XXX is preferred over TODO according to the style guide.

Signed-off-by: Ethan Jackson <et...@nicira.com>
---
 ofproto/ofproto-dpif-ipfix.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ofproto/ofproto-dpif-ipfix.c b/ofproto/ofproto-dpif-ipfix.c
index 9de8b1c..083fe15 100644
--- a/ofproto/ofproto-dpif-ipfix.c
+++ b/ofproto/ofproto-dpif-ipfix.c
@@ -651,7 +651,7 @@ ipfix_send_template_msg(struct dpif_ipfix_exporter 
*exporter,
     set_hdr = (struct ipfix_set_header*)((uint8_t*)msg.data + set_hdr_offset);
     set_hdr->length = htons(msg.size - set_hdr_offset);
 
-    /* TODO: Add Options Template Sets, at least to define a Flow Keys
+    /* XXX: Add Options Template Sets, at least to define a Flow Keys
      * Option Template. */
 
     ipfix_send_msg(exporter->collectors, &msg);
-- 
1.7.9.5

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to