cstats fixes, improvements on IP Traffic and QoS pages
commit8bf5565989506845dffebb8538c6e1569c4a197b
authorAugusto Bott <augusto@bott.com.br>
Sat, 27 Aug 2011 03:29:14 +0000 (27 00:29 -0300)
committerAugusto Bott <augusto@bott.com.br>
Sat, 27 Aug 2011 03:29:14 +0000 (27 00:29 -0300)
tree77f5325182da28842b94756810d72f20c300d1b2
parent430b024d630839290a9d89ff04114a077fa55773
cstats fixes, improvements on IP Traffic and QoS pages

* cstats: since cstats can keep track IP traffic for a limited number of
  addresses on its database, when an address is added to the "Excluded IPs"
  list (admin-iptraffic.asp), its traffic history gets purged (makes room
  for another/new address to be tracked).
* IP Traffic: previously, the "Details" page (renamed to "Transfer Rates")
  used different conntrack files under /proc for K24 and K26 builds, in an
  attempt to consider any/all IPv4 + IPv6 connections known to the router.
  This version sticks to IPv4-only until we figure out how to properly do that.
* IP Traffic: added a "Monthly" history page, many visual improvements,
  added "helper" links/shortcuts from/to IP Traffic and QoS pages.
release/src/router/cstats/cstats.c
release/src/router/httpd/bwm.c
release/src/router/www/bwm-common.js
release/src/router/www/bwm-hist.js
release/src/router/www/ipt-24.asp
release/src/router/www/ipt-daily.asp [copied from release/src/router/www/ipt-history.asp with 80% similarity]
release/src/router/www/ipt-details.asp
release/src/router/www/ipt-monthly.asp [moved from release/src/router/www/ipt-history.asp with 69% similarity]
release/src/router/www/qos-ctrate.asp
release/src/router/www/qos-detailed.asp
release/src/router/www/tomato.js