diff options
Diffstat (limited to 'net/traff/files/patch-traff.conf')
-rw-r--r-- | net/traff/files/patch-traff.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/traff/files/patch-traff.conf b/net/traff/files/patch-traff.conf new file mode 100644 index 000000000000..540929016337 --- /dev/null +++ b/net/traff/files/patch-traff.conf @@ -0,0 +1,18 @@ +--- traff.conf.orig Fri Feb 1 16:11:44 2002 ++++ traff.conf Tue Sep 27 17:34:05 2005 +@@ -1,13 +1,13 @@ + # SAmple configuration File + # Lines starting with a # are comments + +-Devices eth0 eth1 #Diveces where traff should listen to ++Devices fxp0 fxp1 #Diveces where traff should listen to + Period 30 #Time in seconds in witch table is dumped + #Buffersize 800 # At the moment hardcoded to 500. This will work + + + Cat Test +- primary account 127.0.0.0 255.255.255.0 0 ++ primary account 0.0.0.0 0.0.0.0 0 # define here your class + secondary account 0.0.0.0 0.0.0.0 0 + timedivider 300 + bytedivider 1 |