d8d39fec70b028f41d18b02111a66c7a8941ab1e
internal/Anycast-Wiki.md
| ... | ... | @@ -110,6 +110,10 @@ group gollum-watchdog { |
| 110 | 110 | |
| 111 | 111 | ``` |
| 112 | 112 | |
| 113 | +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. |
|
| 114 | + |
|
| 115 | +Run the script in a shell first to validate it's working. |
|
| 116 | + |
|
| 113 | 117 | ##### gollum-watchdog.sh: |
| 114 | 118 | |
| 115 | 119 | ``` |
| ... | ... | @@ -227,4 +231,5 @@ esac |
| 227 | 231 | |
| 228 | 232 | exit 0 |
| 229 | 233 | |
| 230 | -``` |
|
| ... | ... | \ No newline at end of file |
| 0 | +``` |
|
| 1 | + |