Deleted Added
full compact
34c34
< * $Id: ip_input.c,v 1.116 1999/03/12 01:15:57 julian Exp $
---
> * $Id: ip_input.c,v 1.117 1999/04/20 13:32:05 peter Exp $
88c88
< &ipforwarding, 0, "");
---
> &ipforwarding, 0, "Enable IP forwarding between interfaces");
92c92
< &ipsendredirects, 0, "");
---
> &ipsendredirects, 0, "Enable sending IP redirects");
96c96
< &ip_defttl, 0, "");
---
> &ip_defttl, 0, "Maximum TTL on IP packets");
100c100
< &ip_dosourceroute, 0, "");
---
> &ip_dosourceroute, 0, "Enable forwarding source routed IP packets");
103,104c103,105
< SYSCTL_INT(_net_inet_ip, IPCTL_ACCEPTSOURCEROUTE, accept_sourceroute,
< CTLFLAG_RW, &ip_acceptsourceroute, 0, "");
---
> SYSCTL_INT(_net_inet_ip, IPCTL_ACCEPTSOURCEROUTE, accept_sourceroute,
> CTLFLAG_RW, &ip_acceptsourceroute, 0,
> "Enable accepting source routed IP packets");
116c117
< &ipintrq.ifq_maxlen, 0, "");
---
> &ipintrq.ifq_maxlen, 0, "Maximum size of the IP input queue");
118c119
< &ipintrq.ifq_drops, 0, "");
---
> &ipintrq.ifq_drops, 0, "Number of packets dropped from the IP input queue");
122c123
< &ipstat, ipstat, "");
---
> &ipstat, ipstat, "IP statistics (struct ipstat, netinet/ip_var.h)");
137c138
< &ip_mtu, 0, "");
---
> &ip_mtu, 0, "Default MTU");