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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151537

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: