fix: add a note that netfilter's `new` and `ignore` counters are removed in the latest kernel (#11950)
Ilya Mashchenko committed
Jan 11, 2022 at 18:57 UTC
cebdbc54d7376160f4be2f1bc633436a354a159d
1 file changed
+1
-1
web/gui/dashboard_info.js
+1
-1
@@ -2178,7 +2178,7 @@ netdataDashboard.context = {
2178
},
2179
2180
'netfilter.conntrack_new': {
2181
- info: '<p>Packet tracking statistics.</p>'+
2181
+ 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>'+
2182
'<p><b>New</b> - conntrack entries added which were not expected before. '+
2183
'<b>Ignore</b> - packets seen which are already connected to a conntrack entry. '+
2184
'<b>Invalid</b> - packets seen which can not be tracked.</p>'