So far, any output module with a selection capability defaulted to the first interface in the list as first pick. This uses the policy configuration instead and thus allows to select which interface to display first: Examples: bmon -p 'em1,*' bmon -p 'eth*,lo,*' The first rule that finds a matching interface is used and will trigger initial selection. Note that this is *ONLY* evaluated after the first read of the statistics so if a more preferred interface appears later, the selection will not be changed. Signed-off-by: Thomas Graf <tgraf@suug.ch>
47 lines
1.1 KiB
Plaintext
47 lines
1.1 KiB
Plaintext
HEAD
|
|
* Pick default selected interface based on policy
|
|
|
|
v3.9 - Jul 19, 2016
|
|
* Color support
|
|
* Add ability to reset statistics from curses UI
|
|
* NetBSD compile fix
|
|
* Option to enable info display by default
|
|
* Additional IPv6 statistics
|
|
* Various fixes
|
|
|
|
v3.8 - July 25, 2015
|
|
----------------------
|
|
* Don't disable Netlink if TC stats are unavailable
|
|
|
|
v3.7 - November 22, 2014
|
|
----------------------
|
|
* Bugfixes
|
|
* Documentation updates
|
|
* Provide minimal interface information on BSD
|
|
|
|
v3.6 - November 22, 2014
|
|
----------------------
|
|
* Build fix for uclinux
|
|
* Fix LICENSE links
|
|
|
|
v3.5 - August 30, 2014
|
|
----------------------
|
|
* Fixes for all defects identified by coverity
|
|
* Fix accuracy issue on total rate calculation
|
|
* Travis-CI support
|
|
* Various other small bugfixes
|
|
|
|
v3.4 - August 24, 2014
|
|
----------------------
|
|
* Bugfixes
|
|
* blank screen with config file
|
|
* quick-help toggle with '?' in curses
|
|
* Better bmon.conf example
|
|
|
|
v3.3 - July 6, 2014
|
|
-------------------
|
|
* MacOS X port
|
|
* Only initialize curses module if actually used
|
|
* Assorted bug and spelling fixes
|
|
* Various build fixes
|