Hi all, As we discussed in the "Fast bulk transfers of large sets of ct entries" mailing thread, conntrack -L (and presumably conntracks -D as well) should dump/delete both IPv4 and IPv6 entries if no family is specified. As a follow-up for that here is a patch which supposed to restore this behavior and a patch with the test-cases covering both the invocation with family is specified and not. The patches are created on top of my previous set of patches, mainly for the reason that the "opts" output format and stdio input introduced there among other thing allow testing the -L functionality easily. I would really appreciate if someone could have a look into those patches btw and give some feedback on whether they make sense or not. Thanks & Regards, Mikhail Mikhail Sennikovsky (2): conntrack: -L/-D both ipv4/6 if no family is given tests: conntrack -L/-D ip family filtering src/conntrack.c | 35 +++++++++++--- tests/conntrack/testsuite/09dumpopt | 72 ++++++++++++++++++++++++++++- 2 files changed, 99 insertions(+), 8 deletions(-) -- 2.25.1