mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 21:14:32 +04:00
Addition of the bandwithd package variant from the oldpackage Addition of the bandwidthd-pgsql package variant that can save also in a postgres database. Compile tested on CC and trunk (ar71xx and mvebu in both cases) run tested on CC (ar71xx) and trunk (r47397 on mvebu) Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
12 lines
262 B
Plaintext
12 lines
262 B
Plaintext
config bandwidthd
|
|
option dev br-lan
|
|
option subnets "192.168.1.0/24"
|
|
option skip_intervals 0
|
|
option graph_cutoff 1024
|
|
option promiscuous true
|
|
option output_cdf false
|
|
option recover_cdf false
|
|
option filter ip
|
|
option graph true
|
|
option meta_refresh 150
|