Hi all,

     I am using openvswitch. I created a bridge named br1  and tried to add
port port1, but port1 doesn't got added.

     Following are the ovs-vswitchd log:

     2013-08-03T09:49:51Z|00001|vlog|INFO|opened log file
/var/log/openvswitch/ovs-vswitchd.log
2013-08-03T09:49:51Z|00002|reconnect|INFO|unix:/var/run/openvswitch/db.sock:
connecting...
2013-08-03T09:49:51Z|00003|reconnect|INFO|unix:/var/run/openvswitch/db.sock:
connected
2013-08-03T09:49:51Z|00004|bridge|INFO|ovs-vswitchd (Open vSwitch) 1.12.90
2013-08-03T09:50:19Z|00005|memory|INFO|7288 kB peak resident set size after
27.4 seconds
2013-08-03T09:50:19Z|00006|bridge|INFO|bridge br1: added interface br1 on
port 65534
2013-08-03T09:50:19Z|00007|bridge|INFO|bridge br1: using datapath ID
00003a4c4253c348
2013-08-03T09:50:19Z|00008|connmgr|INFO|br1: added service controller
"punix:/var/run/openvswitch/br1.mgmt"
*2013-08-03T09:50:57Z|00009|bridge|WARN|could not open network device port1
(No such device)*


   I have installed openvswitch by creating debian package from source.
Detailed steps are following:

    1. git clone git://git.openvswitch.org/openvswitch
    2. cd openvswitch
    3. fakeroot debian/rules binary
    4. And installed these three deb packages:
         - openvswitch-datapath-dkms_1.12.90-1_all.deb
         - openvswitch-common_1.12.90-1_amd64.deb
         - openvswitch-switch_1.12.90-1_amd64.deb

    My ovs-vsersion is: ovs_version: "1.12.90"

   Am I doing anything wrong ? Does this version is having vxlan support ?
How to resolve this?
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to