ipspace / netlab

Making virtual networking labs suck less
https://netlab.tools
Other
403 stars 56 forks source link

Save (write) FRR/Cumulus configurations at the end of configuration process #1228

Open ipspace opened 6 days ago

ipspace commented 6 days ago

Every FRR/CL configuration template should end with a "do write" to ensure configuration changes are not lost if the user restarts daemons.

Alternatively, we could add a "post-config" script that would do that for any device that wants to have a similar functionality.

On a tangential note, I'll make sure all Cumulus and FRR netlab configuration templates have a "do write" at the end.

Originally posted by @ipspace in https://github.com/bgplab/bgplab/issues/17#issuecomment-2205452143