Partial rework of NetworkInterfaceView (work in progress)

This commit is contained in:
Luca Deri 2015-09-16 00:41:29 +02:00
parent d4ad6fbff4
commit 4dd80d4778
32 changed files with 183 additions and 107 deletions

View file

@ -13,7 +13,7 @@ local debug = false
local debug_process = false -- Show flow processed information
interface.select(ifname)
ifstats = interface.getStats()
ifstats = aggregateInterfaceStats(interface.getStats())
-- printGETParameters(_GET)