Project

General

Profile

Actions

Bug #14440

closed

Firewall rule traffic counters show invalid values on 32bit platforms

Added by Steve Wheeler 11 months ago. Updated 6 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 #1

Updated by Jim Pingle 7 months ago

  • Target version changed from 23.09 to 24.03
Actions #2

Updated by Jim Pingle 6 months ago

  • Status changed from New to Closed
  • Target version deleted (24.03)

Closing this since armv7 support is being dropped upstream, so there won't be any way to resolve this.

Actions

Also available in: Atom PDF