Skip to content

Commit 8e28261

Browse files
committed
add ipv4_remote_automatic_data_cleanup disable to FASTNETMON_DO_NOT_CALCULATE_SPEED mode
1 parent 88d3f27 commit 8e28261

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

services/fastnetmon/custom-entry.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ if [[ "${FASTNETMON_DO_NOT_CALCULATE_SPEED}" == "1" ]];then
9999
HTTP_API_MODE=off OFFLINE_MODE=on /usr/bin/fcli set main keep_traffic_counters_during_restart true
100100
HTTP_API_MODE=off OFFLINE_MODE=on /usr/bin/fcli set main ipv4_automatic_data_cleanup disable
101101
HTTP_API_MODE=off OFFLINE_MODE=on /usr/bin/fcli set main ipv6_automatic_data_cleanup disable
102+
HTTP_API_MODE=off OFFLINE_MODE=on /usr/bin/fcli set main ipv4_remote_automatic_data_cleanup disable
102103
fi
103104

104105
FNM_NOT_UPLOAD_ASN_MAPPING="${FNM_NOT_UPLOAD_ASN_MAPPING:-false}"

0 commit comments

Comments
 (0)