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
284 stars 46 forks source link

Enhancement: textual representation file generation in docker image #69

Closed bluikko closed 3 years ago

bluikko commented 3 years ago

Currently there is no easy way to run arouteserver html with the docker image.

It took me some time looking at documentation and run.sh on how to make it work. I would expect that many people would like to generate the textual representation HTML file so there could be an easy way to do it.

One way would be to just simply hard-code a path and if that path exists then run the arouteserver html as an extra step in run.sh.

I add an untested PR for a possible PoC for this. Let's discuss if people feel that this feature should exist.

pierky commented 3 years ago

This has been added to v1.5.1, #70 is now merged and the pipeline is running to release the new version. Thanks!