mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
tests/sys/netinet/fibs.sh Replace fibs:udp_dontroute with fibs:src_addr_selection_by_subnet. The original test was poorly written; it was actually testing kern/167947 instead of the desired kern/187553. The root cause of the bug is that ifa_ifwithnet did not have a fib argument. The new test more directly targets that behavior. tests/sys/netinet/udp_dontroute.c Delete the auxilliary binary used by the old test PR: kern/187553 MFC after: 3 weeks Sponsored by: Spectra Logic Corporation
7 lines
98 B
Makefile
7 lines
98 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/netinet
|
|
|
|
ATF_TESTS_SH+= fibs_test
|
|
|
|
.include <bsd.test.mk>
|