summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-01-11 18:57:23 +0300
committerGitHub <noreply@github.com>2022-01-11 18:57:23 +0300
commitcebdbc54d7376160f4be2f1bc633436a354a159d (patch)
treee569198e00f39f7bb9702815daca41b9fc45e57e
parentbf023b50febe30c5a43db941a4af00f6daa3682e (diff)
fix: add a note that netfilter's `new` and `ignore` counters are removed in the latest kernel (#11950)
-rw-r--r--web/gui/dashboard_info.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index 5b98b8736d..6172e318d3 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -2178,7 +2178,7 @@ netdataDashboard.context = {
},
'netfilter.conntrack_new': {
- info: '<p>Packet tracking statistics.</p>'+
+ info: '<p>Packet tracking statistics. <b>New</b> (since v4.9) and <b>Ignore</b> (since v5.10) are hardcoded to zeros in the latest kernel.</p>'+
'<p><b>New</b> - conntrack entries added which were not expected before. '+
'<b>Ignore</b> - packets seen which are already connected to a conntrack entry. '+
'<b>Invalid</b> - packets seen which can not be tracked.</p>'