From b88cc5aa83908cc69e869f3a7d30f62e19347850 Mon Sep 17 00:00:00 2001 From: rse Date: Fri, 17 Dec 2004 20:49:01 +0000 Subject: 1. To give the user a clue about the expiration timeout values, mention the default timeouts of 1800 (activity) and 15 (inactivity) seconds. 2. Fix the "ifinfo" ASCII control message description: it requires the interface number as an argument. MFC after: 2 days --- share/man/man4/ng_netflow.4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/man/man4/ng_netflow.4 b/share/man/man4/ng_netflow.4 index 78b33b5..c49b898 100644 --- a/share/man/man4/ng_netflow.4 +++ b/share/man/man4/ng_netflow.4 @@ -48,9 +48,11 @@ RST or FIN TCP segment. .It Active timeout. Flows cannot live more than the specified period of time. +The default is 1800 seconds (30 minutes). .It Inactive timeout. A flow was inactive for the specified period of time. +The default is 15 seconds. .El .Pp Export information is stored in NetFlow version 5 datagrams. @@ -163,7 +165,7 @@ commands are: .It Dv NGM_NETFLOW_INFO .Qq Li info .It Dv NGM_NETFLOW_IFINFO -.Qq Li ifinfo +.Qq Li ifinfo %u .It Dv NGM_NETFLOW_SETDLT .Qq Li "setdlt { iface = %u dlt = %u }" .It Dv NGM_NETFLOW_SETIFINDEX -- cgit v1.1