Re: [Ryu-devel] of 1.3 match problem

2014-05-12 Thread FUJITA Tomonori
On Tue, 13 May 2014 05:47:35 +0100 chen zhang <[email protected]> wrote: >how can i make a ofpmatch with "eth_dst=00:00:00:00:00:01" and > "vlan_vid=1"? = from ryu.base import app_manager from ryu.controller.handler import set_ev_cls from ryu.ofproto import ofproto_v1_3 from ryu.topolo

[Ryu-devel] of 1.3 match problem

2014-05-12 Thread chen zhang
hi,dear all: how can i make a ofpmatch with "eth_dst=00:00:00:00:00:01" and "vlan_vid=1"? when i use OFPMatch(eth_dst=('00:00:00:00:00:01), vlan_vid=1",then ovs show "vlan_tci=0x0001/0x1fff,dl_dst=00:00:00:00:00:01",and the vlan_tci making it fail to match the entry,and when i use