Re: [ovs-dev] [PATCH v2] ct-dpif: Replace ct_dpif_format_flags() with format_flags_masked().

2022-10-26 Thread Ilya Maximets
On 10/12/22 16:36, Paolo Valerio wrote: > This patch removes ct_dpif_format_flags() in favor of the existing > format_flags_masked(). > This has the extra bonus of showing keys with empty values as "key=0", > instead of showing "key=". > > E.g., the following: > > NEW tcp,orig=([...]),reply=([...

[ovs-dev] [PATCH v2] ct-dpif: Replace ct_dpif_format_flags() with format_flags_masked().

2022-10-12 Thread Paolo Valerio
This patch removes ct_dpif_format_flags() in favor of the existing format_flags_masked(). This has the extra bonus of showing keys with empty values as "key=0", instead of showing "key=". E.g., the following: NEW tcp,orig=([...]),reply=([...]),id=1800618864, status=CONFIRMED|SRC_NAT_DONE|DST_NAT_