Deleted Added
full compact
33c33
< __FBSDID("$FreeBSD: head/sys/netinet6/nd6.c 215423 2010-11-17 10:43:20Z bz $");
---
> __FBSDID("$FreeBSD: head/sys/netinet6/nd6.c 215701 2010-11-22 19:32:54Z dim $");
97c97
< STATIC_VNET_DEFINE(int, nd6_maxndopt) = 10; /* max # of ND options allowed */
---
> static VNET_DEFINE(int, nd6_maxndopt) = 10; /* max # of ND options allowed */
101c101
< STATIC_VNET_DEFINE(int, nd6_maxqueuelen) = 1; /* max pkts cached in unresolved
---
> static VNET_DEFINE(int, nd6_maxqueuelen) = 1; /* max pkts cached in unresolved
136c136
< STATIC_VNET_DEFINE(struct callout, nd6_slowtimo_ch);
---
> static VNET_DEFINE(struct callout, nd6_slowtimo_ch);