We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Setting AdvertiseHostname results in pathvector failing to generate a valid config for bird.
FATA[0005] BIRD: BIRD validation error: import limit AS1234_COMPANY_IMPORT_v4 action disable; advertise hostname on; ^ syntax error, unexpected ADVERTISE
Environment
pathvector version
Pathvector 6.3.2 Built c35220bf121f366ff05a51d93c6236e8c324d682 on 2023-06-11T07:03:14Z No plugins BIRD: ready.
yaml
... hostname: router.as1234.net ... AS112: asn: 112 description: AS112 template: downstream neighbors: - 100.100.100.112 announce-hostname: true ...
To Reproduce Steps to reproduce the behavior:
hostname
advertise-hostname
pathvector g
Expected behavior Pathvector should generate a valid config
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Setting AdvertiseHostname results in pathvector failing to generate a valid config for bird.
Environment
pathvector version
Debian GNU/Linux 12 (bookworm) x86_64
yaml
language identifierTo Reproduce
Steps to reproduce the behavior:
hostname
, andadvertise-hostname
pathvector g
Expected behavior
Pathvector should generate a valid config
The text was updated successfully, but these errors were encountered: