add bfd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-10 21:36:40 +08:00
parent 04edb208ee
commit 1009d5a943
4 changed files with 11 additions and 2 deletions

View File

@@ -14,10 +14,12 @@ trigger:
steps:
- name: test
privileged: true
image: alpine:latest
commands:
- sed -i '1i\include "./config-example.conf";' bird.conf
- apk add bird
- apk add bird iproute2
- ip link add tunnel-dum0 type dummy
- bird -p -c ./bird.conf
---