ng_iface requiers neighbor cache as well.

MFC after:	3 days
This commit is contained in:
Hajimu UMEMOTO 2007-02-03 09:34:36 +00:00
parent 4729603e9a
commit c57086ced7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166456

View File

@ -2196,6 +2196,7 @@ nd6_need_cache(ifp)
case IFT_PPP:
case IFT_TUNNEL:
case IFT_BRIDGE:
case IFT_PROPVIRTUAL:
return (1);
default:
return (0);