diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-08-07 07:57:49 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-08-07 07:57:49 +0000 |
commit | 05323951d3dda969f05520ad18b863a65bae59dc (patch) | |
tree | c16aa3d1fd967181bd5d4f94a1fce6ae732dd41d /regress/usr.sbin | |
parent | 9b699b3b0001aefe22abd747777401b241b6a3a1 (diff) |
The as0 regress can be enabled now. Needs exabgp to run else it is skipped.
Diffstat (limited to 'regress/usr.sbin')
-rw-r--r-- | regress/usr.sbin/bgpd/integrationtests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.sbin/bgpd/integrationtests/Makefile b/regress/usr.sbin/bgpd/integrationtests/Makefile index 33e50536f13..09f58e5741f 100644 --- a/regress/usr.sbin/bgpd/integrationtests/Makefile +++ b/regress/usr.sbin/bgpd/integrationtests/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.7 2019/08/06 15:49:57 claudio Exp $ +# $OpenBSD: Makefile,v 1.8 2019/08/07 07:57:48 claudio Exp $ -REGRESS_TARGETS = network_statement md5 ovs mrt +REGRESS_TARGETS = network_statement md5 ovs mrt as0 BGPD ?= /usr/sbin/bgpd |