mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
It tests that all FIBs get a static IPv6 loopback route. Submitted by: asomers MFC after: 1 week Sponsored by: Spectra Logic MFSpectraBSD: 1048456 on 2014/03/13 1114523 on 2015/01/23
12 lines
153 B
Makefile
12 lines
153 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/etc
|
|
|
|
.PATH: ${.CURDIR:H:H}/tests
|
|
KYUAFILE= yes
|
|
|
|
TESTS_SUBDIRS+= rc.d
|
|
|
|
.include <bsd.test.mk>
|