Hello!
I'm glad you see my e-mail. I met about ovs not send packet to the controller in question. Details are as follows:

version: openvswitch-2.3.1
Platform:rhel-6.5

[root@localhost openvswitch-2.3.1]# ovs-vsctl show
c3d5658d-3253-4703-9f3c-f12803c273ce
    Bridge "br0"
        Controller "tcp:10.202.167.86"
            is_connected: true
        fail_mode: secure
        Port "eth1"
            Interface "eth1"
        Port "br0"
            Interface "br0"
                type: internal
    ovs_version: "2.3.1"


[root@localhost openvswitch-2.3.1]# ovs-appctl bridge/dump-flows br0
.....
table_id=254, duration=2604s, n_packets=0, n_bytes=0, priority=1,actions=drop
table_id=254, duration=2604s, n_packets=0, n_bytes=0, priority=0,reg0=0x3,actions=drop
table_id=254, duration=2604s, n_packets=1, n_bytes=130, priority=0,reg0=0x1,actions=controller(reason=no_match)
table_id=254, duration=2604s, n_packets=24241, n_bytes=3727831, priority=0,reg0=0x2,actions=drop
table_id=254, duration=2604s, n_packets=0, n_bytes=0, priority=2,recirc_id=0,actions=resubmit(,0)


According to information shown in the above-mentioned "ovs-appctl bridge / dump-flows br0", 
if there is no match to the corresponding flow table, even the last 254 flow table packet drop, instead of being sent to the controller.

I suspect that my configuration problems, or openvswitch-2.3.1 the bug. No such problems in openvswitch-2.1.3.

林冬艺
云架构产品部
软件工程师

======================================================
手机:13556019654
地址:广州市天河区高唐软件基地软件路17G1
======================================================
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to