Re: [ovs-dev] [PATCH 1/2] netlink-conntrack: Do not fail to parse if optional TCP protocol attributes are not found.

2022-08-31 Thread Ilya Maximets
On 8/4/22 18:07, Paolo Valerio wrote: > Some of the CTA_PROTOINFO_TCP nested attributes are not always > included in the received message, but the parsing logic considers them > as required, failing in case they are not found. > > This was observed while monitoring some connections by reading the

[ovs-dev] [PATCH 1/2] netlink-conntrack: Do not fail to parse if optional TCP protocol attributes are not found.

2022-08-04 Thread Paolo Valerio
Some of the CTA_PROTOINFO_TCP nested attributes are not always included in the received message, but the parsing logic considers them as required, failing in case they are not found. This was observed while monitoring some connections by reading the events sent by conntrack: ./ovstest