Hi All,

I'm started testing the openvswitch on a virtualized environment.
I followed this guide:
http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=INSTALL.OpenFlow;hb=HEAD

When I trying to start openflowd I got the following message:

ovs-openflowd dp0 tcp:x.x.x.x
Jul 15 11:12:17|00001|openflowd|INFO|Open vSwitch version 1.0.1
Jul 15 11:12:17|00002|openflowd|INFO|OpenFlow protocol version 0x01
Jul 15 11:12:17|00003|ofproto|INFO|using datapath ID 0000002320b94533
Jul 15 11:12:17|00004|rconn|INFO|tcp:x.x.x.x: connecting...
Jul 15 11:12:17|00005|netdev|WARN|attempted to create a device that may not
be created: eth1
Jul 15 11:12:17|00006|ofproto|WARN|ignoring port eth1 (1) because netdev
eth1 cannot be opened (No such device)
Jul 15 11:12:17|00007|ofproto|WARN|packet-in on unknown port 1
Jul 15 11:12:17|00008|rconn|INFO|tcp:x.x.x.x: connected
Jul 15 11:12:17|00009|ofproto|WARN|packet-in on unknown port 1

more information about dp0:

ovs-dpctl show
sys...@dp0:
        flows: cur:3, soft-max:512, hard-max:262144
        ports: cur:2, max:1024
        groups: max:16
        lookups: frags:0, hit:61126, missed:21868, lost:6060
        queues: max-miss:100, max-action:100
        port 0: dp0 (internal)
        port 1: eth1


I have multiple dom0 with multiple physical interfaces (used for avability
and bonding) and many hosted guests. I would like to set up virtual switches
and networks for our guest OS-es, and manage it centrally if it is possible.
Will openflow be good for me?

thx for your answers,
Lenard
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org

Reply via email to