[ovs-dev] [PATCH 5/5] ofp-actions: Remove XXX comment for write-actions in ofpacts_format().

Ben Pfaff blp at ovn.org
Thu Jul 14 00:06:08 UTC 2016


I don't know why this was here.  The write_actions instruction works fine.

Signed-off-by: Ben Pfaff <blp at ovn.org>
---
 lib/ofp-actions.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/ofp-actions.c b/lib/ofp-actions.c
index aa681c0..8e41f7c 100644
--- a/lib/ofp-actions.c
+++ b/lib/ofp-actions.c
@@ -7632,7 +7632,6 @@ ofpacts_format(const struct ofpact *ofpacts, size_t ofpacts_len,
                 ds_put_char(string, ',');
             }
 
-            /* XXX write-actions */
             ofpact_format(a, string);
         }
     }
-- 
2.1.3




More information about the dev mailing list