mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
perform NUD on an IPv6-aware point-to-point interface
Obtained from: KAME MFC after: 1 week
This commit is contained in:
parent
4ecbe3316a
commit
9c8aab3e0b
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue