aboutsummaryrefslogtreecommitdiffstats
path: root/package/wprobe/files/wprobe.config
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-06-10 14:37:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-06-10 14:37:36 +0000
commitab92fede810d5a494797142193fa61f02df521dd (patch)
treef249aaeb346f0b0991059630e2096f0f56e2838f /package/wprobe/files/wprobe.config
parent2af80938958beee4ed581ad3948384c2155726c2 (diff)
downloadupstream-ab92fede810d5a494797142193fa61f02df521dd.tar.gz
upstream-ab92fede810d5a494797142193fa61f02df521dd.tar.bz2
upstream-ab92fede810d5a494797142193fa61f02df521dd.zip
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.config7
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
+