Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
None
-
latest SVN, debian x64 stable
Description
When displaying the BGP session details of a selected device, all is fine. But when you click Routing | All BGP Sessions / BGP External / BGP Internal, some data is missing:
- session uptime
- updates in/out
Attached patch fixes it.
P.S. Why do we have both:
- html/pages/routing/bgp.inc.php
- html/pages/device/routing/bgp.inc.php
Wouldn't it be more appropriate to have just one of them, and the other one just include it and letting it know it should display total/per-device stats?