diff options
| author | Bill Fumerola <billf@FreeBSD.org> | 1999-05-03 23:57:32 +0000 |
|---|---|---|
| committer | Bill Fumerola <billf@FreeBSD.org> | 1999-05-03 23:57:32 +0000 |
| commit | 3d177f465a88e6d324c54f0bf69bd2df8946e954 (patch) | |
| tree | 90f6eb4af00eec611225d3fa6a0c841ba8a26847 /sys/netinet/ip_flow.c | |
| parent | 139559717bc77367a1305acdeaf319c4205a8a04 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_flow.c')
| -rw-r--r-- | sys/netinet/ip_flow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_flow.c b/sys/netinet/ip_flow.c index dfb7c1b6c0a4..fdebdb0b03ea 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"); |
