summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-12-21 17:23:59 +0000
committerwollman <wollman@FreeBSD.org>1994-12-21 17:23:59 +0000
commitfc1509a009c04ccb08ad290842a91217efeacff5 (patch)
treeed1effd14bdaa64919815e9cf6b03b7f529cea06 /sys/netinet/in.h
parent5b869ea72465992c963df8f19062b985fede80f4 (diff)
downloadFreeBSD-src-fc1509a009c04ccb08ad290842a91217efeacff5.zip
FreeBSD-src-fc1509a009c04ccb08ad290842a91217efeacff5.tar.gz
Correct sysctl info so that net.inet.ip.rtexpire is actually accessible.
Diffstat (limited to 'sys/netinet/in.h')
-rw-r--r--sys/netinet/in.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index c10c241..3164a09 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)in.h 8.3 (Berkeley) 1/3/94
- * $Id: in.h,v 1.4 1994/09/06 22:42:18 wollman Exp $
+ * $Id: in.h,v 1.5 1994/12/14 19:06:36 wollman Exp $
*/
#ifndef _NETINET_IN_H_
@@ -227,7 +227,7 @@ struct ip_mreq {
#define IPCTL_DEFMTU 4 /* default MTU */
#endif
#define IPCTL_RTEXPIRE 5 /* cloned route expiration time */
-#define IPCTL_MAXID 5
+#define IPCTL_MAXID 6
#define IPCTL_NAMES { \
{ 0, 0 }, \
OpenPOWER on IntegriCloud