diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-10 14:37:36 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-10 14:37:36 +0000 |
commit | dfe42a2505e655ee80e862c72a78a15802a76a71 (patch) | |
tree | f249aaeb346f0b0991059630e2096f0f56e2838f /package/wprobe/files/wprobe.config | |
parent | ff31d59270d5a87e71af95d19240d271b426f942 (diff) |
wprobe: move measurement task to the kernel, add some configurability (work in progress)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16402 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wprobe/files/wprobe.config')
-rw-r--r-- | package/wprobe/files/wprobe.config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/wprobe/files/wprobe.config b/package/wprobe/files/wprobe.config new file mode 100644 index 0000000000..8494bccb57 --- /dev/null +++ b/package/wprobe/files/wprobe.config @@ -0,0 +1,7 @@ +config export + # uncomment this line to enable ipfix export: + # option type ipfix + option ifname ath0 + option host ipfix-col + option proto tcp + |