Improve performance of state display in diag_dump_states.php
The variable $killdstip was previously used in the tool-tip for the kill state icon which later changed to reference srcip/dstip instead. Improve the performance by removing this variable, assigning each state's date in one go, and avoid redundant calls when getting the interface description.
Improve performance of state display in diag_dump_states.php
The variable $killdstip was previously used in the tool-tip for the kill
state icon which later changed to reference srcip/dstip instead. Improve
the performance by removing this variable, assigning each state's date in
one go, and avoid redundant calls when getting the interface description.