Displaying 3 results from an estimated 3 matches for "expect_cr".
Did you mean:
expect_cl
2016 Aug 26
0
[Bug 1084] New: display_proc_conntrack_stats missing data
...the example below there are many instances where the higher values from the
second processor are unaccounted for.
cat /proc/net/stat/nf_conntrack; sudo -u nobody conntrack -S
entries searched found new invalid ignore delete delete_list insert
insert_failed drop early_drop icmp_error expect_new expect_create
expect_delete search_restart
0000014b 004cfa4f 04e9e53e 0049ce54 0000f543 006fd72d 005cfde7 0045abc6
0032596c 00000007 00000000 00000000 0000023f 00000001 00000002 00000001
00000000
0000014b 0328b028 38a17c68 03934d68 000db985 00c66dbf 03801ca2 01ea65ed
01fdb992 00000003 00000001 00000000 00...
2012 Jan 04
0
[ANNOUNCE] libnetfilter_conntrack 1.0.0 release
...expect: nfexp_snprintf displays mask and master tuple information
expect: add nfexp_send()
expect: support CTA_EXPECT_HELP_NAME
expect: modify output by moving zone and flags to the end of the line
src: export NFCT_HELPER_NAME_MAX
utils: fix expect_get to work with expect_create
Merge branch 'master' of git://dev.medozas.de/libnetfilter_conntrack
src: clarify licensing terms of library (GPLv2+)
conntrack: fix size of CTA_PROTOINFO_TCP_FLAGS_ORIGINAL in ARM
include: remove reference to licensing terms from headers
src: put nf_expect...
2009 Apr 01
0
[ANNOUNCE] conntrack-tools 0.9.12 released
...new 1844
invalid 2
ignore 120
delete 1872
delete_list 1144
insert 1116
insert_failed 0
drop 0
early_drop 0
icmp_error 0
expect_new 0
expect_create 0
expect_delete 0
= userspace daemon: conntrackd =
* Add the new generic infrastructure to allow using different protocols
to replicate state-changes, currently unicast UDP and multicast are
supported. Now you can add your favourite protocol to propagate
state-changes. An...