FastNetMon Advanced 2.0.378

FastNetMon

April 27, 2026

Release notes banner for FastNetMon Advanced 2.0.378 with a blue geometric design and server circuitry background.
Home Releases FastNetMon Advanced 2.0.378

Release date: 27 April, 2026
Version: 2.0.378

FastNetMon Advanced 2.0.378 improves flexible counters by fixing a minor degradation issue in the underlying fcli component. The release also enhances BGP processing with up to 2x faster table loading, additional profiling, and expanded support for standard BGP attributes. ClickHouse integrations have been strengthened with TLS connectivity, improved cloud compatibility, and reliability updates for metrics storage. In addition, new traffic database fields have been introduced to extend packet metadata collection.

Full list of changes

  • Added logic to efficiently check if remote table already exists in Clickhouse for metrics
  • Added logic to catch exceptions in create_clickhouse_database_for_metrics
  • Enabled logic set_enable_only_binary for bgp_announces_incoming to improve table load time 2 times
  • Eliminated not needed data copy with api::Path my_path
  • Added time profiling for BGP table loading code in bgp_announces_incoming
  • Added custom thread name for GetIncomingAnnounces to see it in htop
  • Added BGP_ATTRIBUTE_ORIGINATOR_ID type 9 and BGP_ATTRIBUTE_CLUSTER_LIST type 10 BGP attributes
  • Upgraded fcli to fix critical bug in flexible counters
  • Added logic to connect to Clickhouse using TLS clickhouse_metrics_tls, clickhouse_metrics_disable_certificate_checks, clickhouse_metrics_tls_ca_paths, clickhouse_metrics_tls_client_auth, clickhouse_metrics_tls_client_certificate_path, clickhouse_metrics_tls_client_certificate_private_key_path
  • Added logic to ignore error Dictionary source of type file is disabled with Clickhouse Cloud
  • Upgraded Clickhouse 2.6.1 version
  • Breaking change for traffic_db: traffic table now requires presence of srcMac and dstMac fileds which can be created that way: alter table fastnetmon.traffic ADD COLUMN srcMac FixedString(6); alter table fastnetmon.traffic ADD COLUMN dstMac FixedString(6);
  • New fields for UDP packets: l4_payload_pointer and l4_payload_length

FastNetMon Advanced documentation

View this release on GitHub