route(4): Fix ifam_addrflags in ifa_msghdr
authorRoy Marples <roy@marples.name>
Mon, 20 Mar 2023 21:00:19 +0000 (21:00 +0000)
committerRoy Marples <roy@marples.name>
Mon, 20 Mar 2023 21:00:19 +0000 (21:00 +0000)
commit9e8f3117d6a0959a78a2b776a9d5b24b151b07c8
treeb792a76070f27f4ca29d2858f90741f1c7ae3589
parenta0d543142ab7efa624b134ea06b788658498a335
route(4): Fix ifam_addrflags in ifa_msghdr

So I forgot to include the header to work out if INET6 is enabled
or not AND the header to actually get to the INET6 parts of the ifa.

This change allows the original commit I made 4 years ago to
actually work ..... my bad.
sys/net/rtsock.c