md madness
Signed-off-by: Alarig Le Lay <alelay@scaleway.com>
This commit is contained in:
parent
6f4c504416
commit
3ee83b5755
12
README.md
12
README.md
|
@ -1,15 +1,15 @@
|
||||||
# What the scripts are used for
|
# What the scripts are used for
|
||||||
* `bin/update-irr-filters.sh` has to be put in a cron
|
* `bin/update-irr-filters.sh` has to be put in a cron
|
||||||
* `bin/update-check-import.sh` is used to do generate the stuff common to
|
* `bin/update-check-import.sh` is used to do generate the stuff common to
|
||||||
all peers
|
all peers
|
||||||
* `bin/generate-irr-filter.sh` is used to generate each peer configuration
|
* `bin/generate-irr-filter.sh` is used to generate each peer configuration
|
||||||
|
|
||||||
# Configuration files
|
# Configuration files
|
||||||
`/usr/local/etc/bird-peers-update.conf` is sourced for three variables:
|
`/usr/local/etc/bird-peers-update.conf` is sourced for three variables:
|
||||||
* `PDB_API_KEY` which will be used to query the peeringdb api
|
* `PDB_API_KEY` which will be used to query the peeringdb api
|
||||||
* `BIRD_CONF_PATH` for the base dir of bird (freebsd and linux have
|
* `BIRD_CONF_PATH` for the base dir of bird (freebsd and linux have
|
||||||
different ones)
|
different ones)
|
||||||
* `IXP_ASN` the ixp asn for the communities
|
* `IXP_ASN` the ixp asn for the communities
|
||||||
|
|
||||||
# Override some peers configuration
|
# Override some peers configuration
|
||||||
If you want to add some configuration for some particular peers, you can do it
|
If you want to add some configuration for some particular peers, you can do it
|
||||||
|
|
Loading…
Reference in a new issue