GNS3 / gns3-registry

GNS3 devices registry
GNU General Public License v3.0
327 stars 392 forks source link

openvswitch - fix multiple issues, ref #885 #886

Closed ghost closed 4 months ago

ghost commented 4 months ago

See issue #885

Enhancements:

This version uses an interface name in the environment variable MANAGEMENT_INTERFACE to define the management interface, that is not added to bridge br0. For example MANAGEMENT_INTERFACE=eth7 uses eth7. To be compatible to the previous appliance version, MANAGEMENT_INTERFACE=1 is still supported and uses eth0 for management.

Furthermore the number of interfaces is no longer fixed, it uses all available interfaces.