On Mon, Aug 20, 2018 at 02:17:34AM +0000, wangyunjian wrote:
> 
> 
[..]
> > > On Fri, Aug 17, 2018 at 12:15:30PM +0000, wangyunjian wrote:
> > > > The datapath flow which pushs double vlan was found using ovs-appctl
> > > > dpctl/dump-flows, but the flow was set mod_vlan_vid actions.
> > > > This problem is discovered from "Add support for 802.1ad (QinQ
> > tunneling)".
> > >
> > > Thanks for reporting. Can you say what version of OVS you're using?
> > > Including any extra patches you may have applied.
> > 
> > The version of OVS is master branch(git log "
> > be5e6d6822e60b5b84ac65dcd1b249145356a809
> > ofp-ed-props: Fix hang for crafted OpenFlow encap/decap properties".).
> > 
> > >
> > > > My test steps:
> > > >
> > > > 1) ovs-vsctl add-br ovsbr0 -- set bridge ovsbr0 datapath_type=netdev
> > > >    ovs-vsctl add-port ovsbr0 eth2 -- set Interface eth2 type=dpdk
> > > options:dpdk-devargs=0000:03:00.0
> > > >    ovs-ofctl  -O OpenFlow13 add-flow ovsbr0 "
> > > > table=0,priority=2,in_port=1
> > > actions=mod_vlan_vid:3,NORMAL"

What happens if you add a wildcard VLAN match here?
e.g. vlan_tci=0x1000/0x1000
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to