Project

General

Profile

Actions

Bug #14440

closed

Firewall rule traffic counters show invalid values on 32bit platforms

Added by Steve Wheeler 12 months ago. Updated 7 months ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Web Interface
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Release Notes:
Default
Affected Plus Version:
23.05
Affected Architecture:
SG-3100

Description

The traffic counters shown on firewall rules on the 3100 are limited to the 32bit integer maximum of 2,147,483,647 bytes (2.1GB).
It's relatively easy to go over that resulting in an overflow value:

    [156] => Array
        (
            [id] => 156
            [tracker] => 100000101
            [ridentifier] => 100000101
            [evaluations] => 54844
            [packets] => 16224780
            [bytes] => -1764382410
            [states] => 463
            [states_cur] => 463
            [pid] => 80260
            [cpid] => 80260
            [state creations] => 51965
            [states_tot] => 51965
            [labels] => Array
                (
                    [0] => USER_RULE: Default allow LAN to any rule
                    [1] => id:0100000101
                )

        )

Actions

Also available in: Atom PDF