From fbd683d0096b7da0e993c5412dd6c9e27cd49c75 Mon Sep 17 00:00:00 2001 From: Ethan Jackson Date: Sat, 22 Jun 2013 13:18:48 -0700 Subject: [PATCH] ofproto-dpif-ipfix: Use XXX instead of TODO. XXX is preferred over TODO according to the style guide. Signed-off-by: Ethan Jackson Acked-by: Ben Pfaff --- 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 9de8b1cd0..083fe15aa 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); -- 2.43.0