On Mon, 24 Feb 2014 17:18:29 -0800
vinay pai <[email protected]> wrote:

> Thank you so much for the response. That helped alot. One other small issue
> is that Im trying to match on TCP source port for IPv6. The match
> parameters I give is TCP source port = 2000+protocol=6(for
> TCP)+ethertype=0x86DD(for IPv6). However the controller reports an error
> when it tries programming the flow onto the switch. The controller programs
> all other flows with matches like IPv6 source address and destination
> address just fine but does not program this one. Am I doing something wrong
> from the controller perspective or is there a known bug for this? I am
> currently using Ryu version 3.2.

Hmm, From Ryu's perspective, there is nothing wrong. I just tried the
following OFPMatch with LINC switch and seems that it works:

match = dp.ofproto_parser.OFPMatch(eth_type=0x86dd, tcp_src=2000, ip_proto=6)


------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to