1
mirror of https://git.dn42.dev/wiki/wiki.git synced 2024-11-27 11:23:37 +01:00

Updated Anycast Wiki (markdown)

This commit is contained in:
Anonymous 2015-03-30 11:59:07 +02:00
parent 9b48852774
commit d8d39fec70

View File

@ -110,6 +110,10 @@ group gollum-watchdog {
```
Watchdog runs in an infinite loop, sending the appropriate commands to stdout. [ExaBGP](https://github.com/Exa-Networks/exabgp) attaches to the process' stdout and listens for instructions. Watchdog sends either a route announce or widthdraw.
Run the script in a shell first to validate it's working.
##### gollum-watchdog.sh:
```
@ -227,4 +231,5 @@ esac
exit 0
```
```