CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/03 14:50:58
Modified files:
regress/sys/net/rtable: kern_compat.h
Log message:
The 'source IP address' commit (route.c r1.249) broke the rtable regress
tests since it introduced use of ifa_ifwithaddr() from if.c, so the tests
no longer link due to the missing symbol.
Provide an ifa_ifwithaddr() shim that makes the test link again.
Passes on amd64 and sparc64.
ok bluhm
