pierky / arouteserver

A tool to automatically build (and test) feature-rich configurations for BGP route servers.
https://arouteserver.readthedocs.org/
GNU General Public License v3.0
288 stars 46 forks source link

Validate client configuration file without building output file #79

Closed vilhelmprytz closed 3 years ago

vilhelmprytz commented 3 years ago

Hello!

Is there any possibility that arouteserver can be used to validate that the client YAML file contains correct syntax without actually building the output configuration file (which can be time-consuming)?

Thanks!

pierky commented 3 years ago

Hello @vilhelmprytz, thanks for the feedback, a sub-command that does it doesn't currently exist, but it sounds like a nice addition for the project. I'll take it into account for the future.

pierky commented 3 years ago

82 was merged into dev, the new command will be released in 1.10.0.

Thanks for this @vilhelmprytz.