mirror of
https://github.com/containers/gvisor-tap-vsock.git
synced 2025-10-27 02:30:52 +08:00
This is a little rethink of how to configure. Since the previous
implementation disallows to use the compiled binaries in releases, I
have prepared a more flexible version. However, the legacy behavior
(without configuration file) remains as is (proven by unit tests).
List of changes
Enable -config flag. If no such flag provided, then remain the original behavior
Partial refactoring of the initialization process
Most of all changes are tested, see unit tests.
I'm trying to enable multi-VM local lab which should support different
host OS, guest OS, guest arches. With this tool I have resolved the
significant problem with the proper VM networking (at least for MacOS).
Signed-off-by: Andre Buryndin <themrecco@gmail.com>
Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>