Tstat is a passive sniffer able to provide several insight on the
traffic patterns at both the network and the transport levels.
http://tstat.tlc.polito.it
Signed-off-by: Tivadar Szemethy <tivadar.szemethy@netvisor.hu>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@37196 3c298f89-4303-0410-b956-a3cf2f4a3e73
Pass LDFLAGS when building the i2c-tools. This fixes the build under certain
exotic configurations.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@37188 3c298f89-4303-0410-b956-a3cf2f4a3e73
remove udev dependency, to use the first soundcard without udev, comment
load-module module-detect
and add
load-module module-alsa-sink device=hw:0
to system.pa
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@37144 3c298f89-4303-0410-b956-a3cf2f4a3e73
Functionality has been added to main uboot-envtools package and that one should
be used instead.
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@37137 3c298f89-4303-0410-b956-a3cf2f4a3e73
INCOMPATIBLE CHANGE: the former option import_table is now a list in
/etc/config/babeld.
Default values for interface parameters, introduced in this release, are
not supported yet in UCI config.
19 June 2013: babeld-1.4.2
* Extensive changes to the configuration parser. It is now possible
to set all command-line options from the configuration file, and
to specify default values for interface parameters.
* Allow redistributing routes from multiple kernel tables. Thanks
to Toke Høiland-Jørgensen.
* Fix some whitespace issues in the configuration parser.
* Fix a bug in the configuration parser that could give wrong values
to some exotic interface parameters (channel and faraway).
* Fix a bug that could cause some extra traffic at shutdown. Thanks
to Matthieu Boutier.
* Under Linux, set rp_filter explicitly for all interfaces. This
avoids mysterious routing failures on distributions that set
rp_filter by default. Reported by Baptiste Jonglez.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36990 3c298f89-4303-0410-b956-a3cf2f4a3e73
- fix a possible crash when using negative header occurrences
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36945 3c298f89-4303-0410-b956-a3cf2f4a3e73
zabbix-extra-network: a detection rule with the ifname (eth0.1) and the network name (wan).
zabbix-extra-wifi: an universal detection rule for wifi (using libuci-lua) and many userparameters (using libiwinfo-lua)
zabbix-extra-mac80211: a phy (phy0) detection rule and userparameters for mac80211 devices
zabbix-extra-network and zabbix-extra-wifi will work as non root user if /etc/config/wireless and /etc/config/network are world-readeable (default)
(see http://nbd.name/gitweb.cgi?p=uci.git;a=commit;h=07d6fd66f6a20e35490bc8b55d26fdb389016120)
zabbix-extra-mac80211 come with a suid helper so that you can still run zabbix as non root user.
Ready to use templates are available here: http://wiki.openwrt.org/doc/howto/zabbix
Please delete files/zabbix_agentd.conf, it's an empty file.
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36740 3c298f89-4303-0410-b956-a3cf2f4a3e73
The build system doesn't understand this compound DEPENDS condition
without it being wrapped in parentheses. menuconfig does understand it, so
libopenssl would be selected if nginx needed it, but there was no
guarantee that openssl would be built before nginx. Adding parentheses
fixes the problem. This seems to be how compound conditions are generally
handled in OpenWrt Makefiles.
Signed-off-by: Mark Mentovai <mark@moxienet.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36606 3c298f89-4303-0410-b956-a3cf2f4a3e73
Two new options in uci config:
* smoothing_half_time (-M)
Specify the half-time in seconds of the exponential decay used for
smoothing metrics for performing route selection; the value 0 disables
smoothing. The default is 4s.
* random_router_id (-r)
Use a random router-id. The default is to use persistent router-ids
derived from the MAC address of the first interface, which is easier
to debug and more reliably prevents routing loops but may sometimes
cause a node to be unreachable for 120 seconds just after boot.
Upstream changes:
3 May 2013: babeld-1.4.0
* Change the route selection algorithm to used a smoothed metric in
addition to the "real" metric. This reduces the amount of route
flapping without any special case hacks.
* New flag -r, use a random router-id. This avoids temporarily
unreachable nodes after a reboot when persistent storage is not
available.
* INCOMPATIBLE CHANGE: the local interface now announces the local
hostname, and marks the end of the initial route dump. (Thanks to
Gabriel Kerneis.)
* The local interface is now able to accept multiple simultaneous
connections.
* Detect BATMAN interfaces, don't assume they are wired.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36586 3c298f89-4303-0410-b956-a3cf2f4a3e73
This patch is for the "facter" utility which allows sysadmins to extract
information from their systems.
Signed-off-by: Kyle Anderson <kyle@xkyle.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36549 3c298f89-4303-0410-b956-a3cf2f4a3e73