diff options
author | 2017-11-17 10:29:16 +0000 | |
---|---|---|
committer | 2017-11-17 10:29:16 +0000 | |
commit | acbacfde1d8dae839f19495429576ad4647046e3 (patch) | |
tree | 7e4159c1357fd3cf36c440d2af5082c88470962f | |
parent | Set up two loopback interfaces in different routing domains. Try (diff) | |
download | wireguard-openbsd-acbacfde1d8dae839f19495429576ad4647046e3.tar.xz wireguard-openbsd-acbacfde1d8dae839f19495429576ad4647046e3.zip |
Link loopback test to build.
-rw-r--r-- | regress/sys/net/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/net/Makefile b/regress/sys/net/Makefile index 862f741c826..d56a7cc9189 100644 --- a/regress/sys/net/Makefile +++ b/regress/sys/net/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.12 2017/01/20 04:56:17 claudio Exp $ +# $OpenBSD: Makefile,v 1.13 2017/11/17 10:29:16 bluhm Exp $ -SUBDIR += etherip +SUBDIR += etherip loop SUBDIR += pf_divert pf_forward pf_fragment pf_print pf_state pf_table SUBDIR += rdomains rtable vxlan |