opensourcerouting / frr

Free Range Routing Protocol Suite
Other
37 stars 14 forks source link

Topotato: Vagrant Support #95

Closed eznix86 closed 1 year ago

eznix86 commented 1 year ago

Purpose:

If you have linux, you can create multiple VM in one spot, and just run the same commands again and again, for now it uses Virtualbox, but there can be many providers, we can do dynamic stuff later, but here is a sneak peak of what it should be working.

Known issue:

Due to the command unshare and no uid mapping, we get the nobody,nogroup permission set on files which are created by topotato

Installation

Some commands (see Makefile)

eznix86 commented 1 year ago

ready to merge