flowtop: Fix collector stuck while flush IPv6 flows
commit59341681d3dcc3e17105261425b5f08ab954a948
authorVadim Kochan <vadim4j@gmail.com>
Sat, 25 Jul 2015 16:09:39 +0000 (25 19:09 +0300)
committerDaniel Borkmann <daniel@iogearbox.net>
Sun, 26 Jul 2015 18:38:23 +0000 (26 20:38 +0200)
treefa3f27c79f7b9385e507c3b51b2cf5869ff3035e
parentbbd4b152f7cc6795379a5927c4d7e2c61bb5c9f5
flowtop: Fix collector stuck while flush IPv6 flows

Seems it was caused by specifying all netfilter groups
when flushing connections.

Used separated nfct instance w/o netfilter groups to
flush ipv4/ipv6 connections.

More info can be fetched from the issue item on github:

https://github.com/netsniff-ng/netsniff-ng/issues/145

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
flowtop.c