Author :
kn
Date :
2020-07-17 15:21:36
Hash :62f883c9 Message :Copy the right value to fix getsockopt(2) for SO_RTABLE and IPV6_PIPEX
r1.146 "Enable IPv6 routing domain support" adapted the mtod() line from the
IPV6_PIPEX case which was bogus since introduction in r1.118.
Issue found by florian, who came up with the same partial diff for SO_RTABLE
while working on rdomain aware slaacd(8).
Taken from sys/netinet/ip_output.c which does it correctly.
OK florian millert