CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/07/17 09:21:36
Modified files:
sys/netinet6 : ip6_output.c
Log 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