Describe the bug
A clear and concise description of what the bug is.
Environment
- Output from
pathvector version: 6.3.2
- OS version:
- Minimum reproducible example of your Pathvector config file formatted with triple backticks with
yaml language identifier
peers:
example:
dont-announce:
- 2001:db8::/32
- 192.0.2.0/24
To Reproduce
Steps to reproduce the behavior:
- Add this config to pathvector.yml
- Run
pathvector generate
- See error
Expected behavior
If dont-announce (and maybe only-announce) contains both IPv4 and IPv6, BIRD validation error happened due to adding IPv4 to IPv6 config or reverse.