Deleted Added
full compact
29c29
< * $Id: in_rmx.c,v 1.34 1998/03/30 09:52:46 phk Exp $
---
> * $Id: in_rmx.c,v 1.35 1998/08/05 16:59:20 bde Exp $
165,166c165,167
< SYSCTL_INT(_net_inet_ip, IPCTL_RTEXPIRE, rtexpire,
< CTLFLAG_RW, &rtq_reallyold , 0, "");
---
> SYSCTL_INT(_net_inet_ip, IPCTL_RTEXPIRE, rtexpire, CTLFLAG_RW,
> &rtq_reallyold , 0,
> "Default expiration time on dynamically learned routes");
170,171c171,173
< SYSCTL_INT(_net_inet_ip, IPCTL_RTMINEXPIRE, rtminexpire,
< CTLFLAG_RW, &rtq_minreallyold , 0, "");
---
> SYSCTL_INT(_net_inet_ip, IPCTL_RTMINEXPIRE, rtminexpire, CTLFLAG_RW,
> &rtq_minreallyold , 0,
> "Minimum time to attempt to hold onto dynamically learned routes");
175,177c177,178
< SYSCTL_INT(_net_inet_ip, IPCTL_RTMAXCACHE, rtmaxcache,
< CTLFLAG_RW, &rtq_toomany , 0, "");
<
---
> SYSCTL_INT(_net_inet_ip, IPCTL_RTMAXCACHE, rtmaxcache, CTLFLAG_RW,
> &rtq_toomany , 0, "Upper limit on dynamically learned routes");