From: claudio Date: Wed, 5 May 2021 10:02:52 +0000 (+0000) Subject: All exabgp configs changed to the c code version of the api-exabgp code. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f6c0f5aaad1386f1cdbd844456849941f7ac2f1d;p=openbsd All exabgp configs changed to the c code version of the api-exabgp code. --- diff --git a/regress/usr.sbin/bgpd/integrationtests/api-exabgp.sh b/regress/usr.sbin/bgpd/integrationtests/api-exabgp.sh deleted file mode 100644 index 0804058f76a..00000000000 --- a/regress/usr.sbin/bgpd/integrationtests/api-exabgp.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -# ignore Control C, exabgp will send a TERM -trap '' SIGINT - -(sleep 10 && echo shutdown) & - -while read line; do - [ -z "$line" ] && continue - echo "$line" >&2 -done