We use corosync and multicast cluster communication work fine with the 
following configuration (Debian/Proxmox):

-------config1-(works)---------------
auto vmbr1
iface vmbr1 inet static
        address  10.11.12.1
        netmask  255.255.255.0
        ovs_type OVSBridge
        ovs_ports eth1
--------------------------------------------

But it does not work when I configure an extra OVSIntPort to assign the IP:

-------config2-(fails)--------------------
allow-vmbr1 test1
iface test1 inet static
        address  10.11.12.1
        netmask  255.255.255.0
        ovs_type OVSIntPort
        ovs_bridge vmbr1

auto vmbr1
iface vmbr1 inet manual
        ovs_type OVSBridge
        ovs_ports eth1 test1
--------------------------------------------

Please can someone explain the difference between those 2 configuration? And 
why does config2 triggers
multicast problems?

# ovs-vswitchd --version
ovs-vswitchd (Open vSwitch) 2.0.90
Compiled Jan  7 2014 09:51:15
OpenFlow versions 0x1:0x1




_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to