OVS setup is:

HOME\p2@sunshine:~$ sudo ovs-vsctl show
[sudo] password for HOME\p2: 
6a4c96dd-80aa-4954-a2f8-22bc7fb56898
    Bridge sunshine-net
        Port sunshine                                                           
                                                   
            Interface sunshine                                                  
                                                   
                type: internal                                                  
                                                   
        Port sunshine-net
            Interface sunshine-net
                type: internal
        Port "eth0"
            Interface "eth0"
    ovs_version: "2.6.2"

see attachement for interfaces file

Peter.

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

allow-hotplug sunshine
auto sunshine
iface sunshine inet dhcp

auto eth0
iface eth0 inet manual
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

allow-hotplug sunshine
auto sunshine
iface sunshine inet dhcp

auto eth0
iface eth0 inet manual

Reply via email to