Re: [Ryu-devel] match fields of incoming packet

2013-03-04 Thread FUJITA Tomonori
On Mon, 4 Mar 2013 15:26:14 + "Henkel, Michael" wrote: > I'm only getting the in_port field back. I also would like to get the > eth_src/dst/type fields but they don't seem to exist. > I am sending an arp packet, looping through the packet everything is there, > it's just that I'd like to r

Re: [Ryu-devel] match fields of incoming packet

2013-03-04 Thread Henkel, Michael
fields) gives me back "1". So there is only one field set. Thanks, Michael -Original Message- From: FUJITA Tomonori [mailto:[email protected]] Sent: Montag, 4. März 2013 16:22 To: Henkel, Michael Cc: [email protected] Subject: Re: [Ryu-devel] match field

Re: [Ryu-devel] match fields of incoming packet

2013-03-04 Thread FUJITA Tomonori
On Mon, 4 Mar 2013 12:52:02 + "Henkel, Michael" wrote: > Using OF 1.2 I'm trying to match different header fields of incoming packets. > Unfortunately on the in_port field seems to exist: Sorry, I'm not sure what you mean. Your code looks fine. What's the problem? -

[Ryu-devel] match fields of incoming packet

2013-03-04 Thread Henkel, Michael
Hi list, Using OF 1.2 I'm trying to match different header fields of incoming packets. Unfortunately on the in_port field seems to exist: Code: @set_ev_cls(ofp_event.EventOFPPacketIn, MAIN_DISPATCHER) def packet_in_handler(self, ev): msg = ev.msg dp = msg.datapath