Re: [ovs-dev] [PATCH 2/2] conntrack: Add formatting support for IGMP, DCCP, and UDPLITE.

2017-03-28 Thread Jarno Rajahalme
> On Mar 28, 2017, at 3:17 PM, Joe Stringer wrote: > > On 28 March 2017 at 13:43, Jarno Rajahalme wrote: >> Print names for protocols that are supported by (Linux) conntrack >> (DCCP, UDPLITE) and IGMP, which has been seen in logs. >> >> Signed-off-by: Jarno

Re: [ovs-dev] [PATCH 2/2] conntrack: Add formatting support for IGMP, DCCP, and UDPLITE.

2017-03-28 Thread Joe Stringer
On 28 March 2017 at 13:43, Jarno Rajahalme wrote: > Print names for protocols that are supported by (Linux) conntrack > (DCCP, UDPLITE) and IGMP, which has been seen in logs. > > Signed-off-by: Jarno Rajahalme Acked-by: Joe Stringer

[ovs-dev] [PATCH 2/2] conntrack: Add formatting support for IGMP, DCCP, and UDPLITE.

2017-03-28 Thread Jarno Rajahalme
Print names for protocols that are supported by (Linux) conntrack (DCCP, UDPLITE) and IGMP, which has been seen in logs. Signed-off-by: Jarno Rajahalme --- lib/ct-dpif.c | 3 +++ lib/packets.h | 12 2 files changed, 15 insertions(+) diff --git a/lib/ct-dpif.c