aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6.c
diff options
context:
space:
mode:
authorJeff Roberson <jeff@FreeBSD.org>2011-03-21 09:40:01 +0000
committerJeff Roberson <jeff@FreeBSD.org>2011-03-21 09:40:01 +0000
commite4cd31dd3c7adc94a486ca5309c7096f81fa70f1 (patch)
tree79d67d85de5b498560d0272509bd0b1bfccf7d86 /sys/netinet6/nd6.c
parent0b626a289e9814fa1f14ea32280410521fc43224 (diff)
downloadsrc-e4cd31dd3c7adc94a486ca5309c7096f81fa70f1.tar.gz
src-e4cd31dd3c7adc94a486ca5309c7096f81fa70f1.zip
- Merge changes to the base system to support OFED. These include
a wider arg2 for sysctl, updates to vlan code, IFT_INFINIBAND, and other miscellaneous small features.
Notes
Notes: svn path=/head/; revision=219819
Diffstat (limited to 'sys/netinet6/nd6.c')
-rw-r--r--sys/netinet6/nd6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c
index fe8bada296de..f1e48ea183f1 100644
--- a/sys/netinet6/nd6.c
+++ b/sys/netinet6/nd6.c
@@ -2100,6 +2100,7 @@ nd6_need_cache(struct ifnet *ifp)
#ifdef IFT_CARP
case IFT_CARP:
#endif
+ case IFT_INFINIBAND:
case IFT_GIF: /* XXX need more cases? */
case IFT_PPP:
case IFT_TUNNEL: