Closed
Description
Disclaimer
- I have read and understood the disclaimer.
Akvorado version
1.11.5
Bug description
Hi,
I'm encountering the same issue as in #1703 but unfortunately using nexthop-learning
does not solve the issue for me. This means I'd like to use GeoIP to resolve ASN data. When setting the configuration below the orchestrator
container provides a error message that the value geoip
does not belong to the ASNProvider
values.
Config:
inlet:
core:
asn-providers:
- geoip
Log:
Error: unable to parse configuration: decoding failed due to the following error(s):
error decoding 'Inlet[0].Core.ASNProviders[0]': geoip does not belong to ASNProvider values
When setting the deprecated flag ignore-asn-from-flow
set to true
everything works as expected.