mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
odp-util: Fix CT action formating.
Comma was missing after "label" attribute. Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com> Acked-by: Joe Stringer <joestringer@nicira.com>
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user