[netflow-tools] Does softflowd open a new flow for same IPs but different ports?

Damien Miller djm at mindrot.org
Tue Feb 14 07:47:34 EST 2006


On Mon, 13 Feb 2006, Andreas Brillisauer -- Hetzner Online AG wrote:

> Damien Miller wrote:
> > Try tonight's snapshot, I just committed the change.
> 
> I just tried snapshot softflowd-SNAP-20060214.tar.gz but the -T option
> doesn't work. 

oops, please apply this patch:

Index: softflowd.c
===================================================================
RCS file: /var/cvs/softflowd/softflowd.c,v
retrieving revision 1.88
diff -u -p -r1.88 softflowd.c
--- softflowd.c	11 Feb 2006 11:27:38 -0000	1.88
+++ softflowd.c	13 Feb 2006 20:46:42 -0000
@@ -1641,7 +1641,7 @@ main(int argc, char **argv)
 	ctlsock_path = DEFAULT_CTLSOCK;
 	dontfork_flag = 0;
 	always_v6 = 0;
-	while ((ch = getopt(argc, argv, "6hdDL:i:r:f:t:n:m:p:c:v:")) != -1) {
+	while ((ch = getopt(argc, argv, "6hdDL:T:i:r:f:t:n:m:p:c:v:")) != -1) {
 		switch (ch) {
 		case '6':
 			always_v6 = 1;




More information about the netflow-tools mailing list