Thread (1 message) 1 message, 1 author, 2015-10-20

Re: [RFC PATCH 1/3] odp-util: Fix CT action formating.

From: Jarno Rajahalme <hidden>
Date: 2015-10-20 22:27:19

This 3-part RFC patch series applies to OVS master repo, the 5-part RFC series applies to net-next.

  Jarno
quoted hunk
On Oct 20, 2015, at 3:23 PM, Jarno Rajahalme [off-list ref] wrote:

Comma was missing after "label" attribute.

Signed-off-by: Jarno Rajahalme <redacted>
---
lib/odp-util.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/odp-util.c b/lib/odp-util.c
index e131e36..8f0f39a 100644
--- a/lib/odp-util.c
+++ b/lib/odp-util.c
@@ -590,6 +590,7 @@ format_odp_conntrack_action(struct ds *ds, const struct nlattr *attr)
        if (label) {
            ds_put_format(ds, "label=");
            format_u128(ds, label, label + 1, true);
+            ds_put_char(ds, ',');
        }
        if (helper) {
            ds_put_format(ds, "helper=%s,", helper);
-- 
2.1.4
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help