diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2021-05-05 10:02:53 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2021-05-05 10:02:53 +0000 |
commit | b2a0fa9e367d49d39cda89bf179ce604623feac1 (patch) | |
tree | 24bbc659f9dd75b6e4217d48907dd0a28c631b34 /regress/usr.sbin | |
parent | 22450c6238c322f286c486b1ce9a13d5e80edd85 (diff) |
All exabgp configs changed to the c code version of the api-exabgp code.
Diffstat (limited to 'regress/usr.sbin')
-rw-r--r-- | regress/usr.sbin/bgpd/integrationtests/api-exabgp.sh | 11 |
1 files changed, 0 insertions, 11 deletions
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 |