gns3-registry/docker/openvswitch
2024-05-15 15:12:56 +02:00
..
Dockerfile openvswitch - fix multiple issues, ref #885 2024-05-14 11:37:11 +02:00
init.sh openvswitch - IP configuration for bridge interfaces 2024-05-15 15:12:56 +02:00
LICENSE Move all docker container to the registry 2016-04-07 10:21:15 +02:00
README.md openvswitch - fix multiple issues, ref #885 2024-05-14 11:37:11 +02:00

Docker Open vSwitch for GNS3

This creates a container for using Open vSwitch in GNS3.

This container supports ethernet interfaces and comes with bridges from br0 to br3.

By default, all interfaces are connected to br0.

If you set the MANAGEMENT_INTERFACE environment variable to an interface name, that interface will not be connected to br0.

Building the container

docker build -t gns3/openvswitch .