perform NUD on an IPv6-aware point-to-point interface

Obtained from: KAME
MFC after: 1 week
This commit is contained in:
SUZUKI Shinsuke 2005-10-21 15:59:00 +00:00
parent 4ecbe3316a
commit 9c8aab3e0b

View File

@ -2034,6 +2034,8 @@ nd6_need_cache(ifp)
case IFT_CARP:
#endif
case IFT_GIF: /* XXX need more cases? */
case IFT_PPP:
case IFT_TUNNEL:
case IFT_BRIDGE:
return (1);
default: