I was adapting the publication server example config for a quick test and the last bit
# Disable the download of BGP information. Unless you are also using
# this server to host your CAs there is no need to keep this information
# in memory.
bgp_risdumps_enabled = false
gave me this:
Could not parse config: Error parsing config file: /tmp/krill.cnf, error: unknown field `bgp_risdumps_enabled`
Looks like this option was removed in 6da2c80 and there's some more garbage collecting and updating of docs to do.
I was adapting the publication server example config for a quick test and the last bit
gave me this:
Looks like this option was removed in 6da2c80 and there's some more garbage collecting and updating of docs to do.