summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_flow.c
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-05-03 23:57:32 +0000
committerbillf <billf@FreeBSD.org>1999-05-03 23:57:32 +0000
commitdd35516544a379a6c23755ba8ea52e0cb126c095 (patch)
tree0f822319d7261647df8d637a9f7ddf894d0567a0 /sys/netinet/ip_flow.c
parent4dc3ea1a78da868bd91c20c2daef85b47bcb6778 (diff)
downloadFreeBSD-src-dd35516544a379a6c23755ba8ea52e0cb126c095.zip
FreeBSD-src-dd35516544a379a6c23755ba8ea52e0cb126c095.tar.gz
Add sysctl descriptions to many SYSCTL_XXXs
PR: kern/11197 Submitted by: Adrian Chadd <adrian@FreeBSD.org> Reviewed by: billf(spelling/style/minor nits) Looked at by: bde(style)
Diffstat (limited to 'sys/netinet/ip_flow.c')
-rw-r--r--sys/netinet/ip_flow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_flow.c b/sys/netinet/ip_flow.c
index dfb7c1b..fdebdb0 100644
--- a/sys/netinet/ip_flow.c
+++ b/sys/netinet/ip_flow.c
@@ -33,7 +33,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: ip_flow.c,v 1.6 1998/12/07 21:58:38 archie Exp $
+ * $Id: ip_flow.c,v 1.7 1999/04/11 02:50:42 eivind Exp $
*/
#include <sys/param.h>
@@ -65,7 +65,7 @@ static int ipflow_inuse;
static int ipflow_active = 0;
SYSCTL_INT(_net_inet_ip, IPCTL_FASTFORWARDING, fastforwarding, CTLFLAG_RW,
- &ipflow_active, 0, "");
+ &ipflow_active, 0, "Enable flow-based IP forwarding");
static MALLOC_DEFINE(M_IPFLOW, "ip_flow", "IP flow");
OpenPOWER on IntegriCloud