Conversation
* BIRD capitalization should be either 'BIRD' for product name or 'bird' for device name. * BIRD CLI interface has been renamed from 'birdc' to 'birdcl' * Removed a separate 'daemons' part of various platform support tables and added BIRD (or dnsmasq) to the main table. Fixes #3505
Contributor
There was a problem hiding this comment.
Pull request overview
This PR resolves BIRD-related inconsistencies by aligning CLI invocation (birdcl) with the shipped container image and standardizing documentation capitalization and support tables to treat BIRD/dnsmasq like other platforms (rather than listing them in separate “daemons” tables).
Changes:
- Updated BIRD daemon
netlab_show_commandto usebirdclinstead ofbirdc. - Standardized documentation capitalization to “BIRD” and integrated BIRD/dnsmasq into the primary platform support tables.
- Removed redundant “also supported on these daemons” sections where BIRD/dnsmasq are now listed in the main tables.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| netsim/daemons/bird.yml | Switches the BIRD show/CLI command to birdcl to match the container image tooling. |
| docs/plugins/bgp.session.md | Moves BIRD from daemon-only tables into the primary platform support and security tables; fixes capitalization. |
| docs/platforms.md | Adds BIRD/dnsmasq into the main module support tables and standardizes BIRD capitalization across platform docs. |
| docs/module/ospf.md | Integrates BIRD OSPF support into the main platform tables and removes daemon-only sections. |
| docs/dev/config/deploy.md | Updates developer documentation examples and references to consistently use “BIRD”. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #3505