Hi,Joe:
Sorry for late reply. i create a bridge 'br0',  and add port 'eth0' to it, 
 set port br0 vlan tag=50
for network driver reason, i must use VLAN splinter, and so i use the cmd 
below
ovs-vsctl set interface eth0 other_config:enable-vlan-splinters=true

i give br0 an ip addresss 1.1.1.1/24, and then ping 1.1.1.2, and then 
netlink is continuous logging the logs
[670781.816742] openvswitch: netlink: Encap mask attribute is set for 
non-VLAN frame.

and the ping is failed

[root@host-192-168-2-129 ~]# ovs-vsctl show
    Bridge "br0"
        Port "eth0"
            Interface "eth0"
        Port "br0"
            tag: 50
            Interface "br0"
                type: internal

[root@host-192-168-2-129 ~]# ovs-dpctl show
system@ovs-system:
        lookups: hit:7842 missed:3103 lost:3
        flows: 0
        masks: hit:20925 total:1 hit/pkt:1.91
        port 0: ovs-system (internal)
        port 1: vxlan_sys_4789 (vxlan)
        port 2: br0 (internal)
        port 3: eth0
        port 4: eth0.50

datapath has no flows
[root@host-192-168-2-129 ~]# ovs-dpctl dump-flows
[root@host-192-168-2-129 ~]#






Joe Stringer <j...@ovn.org> 
2016/04/26 02:25

收件人
zhao.j...@zte.com.cn, 
抄送
discuss <discuss@openvswitch.org>
主题
Re: [ovs-discuss] Encap mask attribute is set for non-VLAN frame






On 24 April 2016 at 23:08,  <zhao.j...@zte.com.cn> wrote:
> Hi, dear all:
> I 'm using ovs2.5.0, and i find netlink is continuous logging the logs
> below, can anyone tell me why?
>
> [670780.815805] openvswitch: netlink: Encap mask attribute is set for
> non-VLAN frame.
> [670780.824328] openvswitch: netlink: Encap mask attribute is set for
> non-VLAN frame.
> [670781.816742] openvswitch: netlink: Encap mask attribute is set for
> non-VLAN frame.

What kind of traffic are you sending through OVS?

What does your flow table look like?


--------------------------------------------------------
ZTE Information Security Notice: The information contained in this mail (and 
any attachment transmitted herewith) is privileged and confidential and is 
intended for the exclusive use of the addressee(s).  If you are not an intended 
recipient, any disclosure, reproduction, distribution or other dissemination or 
use of the information contained is strictly prohibited.  If you have received 
this mail in error, please delete it and notify us immediately.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to