mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
routing: fix panic for p2p interfaces after 800c68469b.
Reported by: cy MFC after: 1 month
This commit is contained in:
parent
e21dc161b3
commit
08bb0873ca
1 changed files with 1 additions and 0 deletions
|
|
@ -1295,6 +1295,7 @@ in6_handle_dstaddr_rtrequest(int cmd, struct in6_ifaddr *ia)
|
|||
|
||||
struct rt_addrinfo info = {
|
||||
.rti_ifa = ifa,
|
||||
.rti_ifp = ifa->ifa_ifp,
|
||||
.rti_flags = RTF_PINNED | RTF_HOST,
|
||||
.rti_info = {
|
||||
[RTAX_DST] = (struct sockaddr *)&dst,
|
||||
|
|
|
|||
Loading…
Reference in a new issue