Re: [Ryu-devel] openflow 1.3 question

2014-01-15 Thread Morgan Yang
Hi Fujita: Thanks, you are right, I have downloaded the latest wireshark SVN and indeed OF1.3 dissector plugin is included -Original Message- From: FUJITA Tomonori [mailto:[email protected]] Sent: Wednesday, January 15, 2014 2:06 AM To: Morgan Yang Cc: [email protected]

Re: [Ryu-devel] [PATCH] ofctl_v1_2/3: fix match conditions about ARP

2014-01-15 Thread FUJITA Tomonori
On Tue, 14 Jan 2014 13:58:20 +0900 Yuichi Ito wrote: > ofctl_v1_0 has changed nw_src/dst into ipv4_src/dst or arp_spa/tpa > automatically like ovs-ofctl. > since ofctl_v1_2/3 change nw_src/dst only into ipv4_src/dst, it cannot create > the match conditions which use arp_spa/tpa. > this patch fi

Re: [Ryu-devel] [PATCH 0/4] bgp changes (resend)

2014-01-15 Thread FUJITA Tomonori
On Wed, 15 Jan 2014 12:01:13 +0900 YAMAMOTO Takashi wrote: > some bgp changes, including RFC 3107. > > YAMAMOTO Takashi (4): > safi: add a constant for route target constrain > bgp: add a constant for enhanced route refresh > bgp: implement BGPOptParamCapabilityCarryingLabelInfo > bgp: i

Re: [Ryu-devel] [PATCH] rest_firewall: support IPv6 match conditions

2014-01-15 Thread FUJITA Tomonori
On Tue, 14 Jan 2014 17:26:46 +0900 Yuichi Ito wrote: > this patch gets rest_firewall to support IPv6 match conditions. > > 'ipv6_src' and 'ipv6_dst' are allowed as key. > 'ICMPv6' is allowed as the value of 'nw_proto'. > > e.g.) > > curl -X POST -d '{"ipv6_src": "10::/64"}' > http://localho

Re: [Ryu-devel] [PATCH] enable OpenFlow 1.4

2014-01-15 Thread FUJITA Tomonori
On Sat, 11 Jan 2014 19:08:10 +0900 FUJITA Tomonori wrote: > Adds the very basic features for L2 switch. Kinda simple_switch_14.py > successfully works with LINC switch. > > - HELLO > - FEATURES_REQUEST_REQUEST/REPLY > - GET_CONFIG_REQUEST/REPLY > - SET_CONFIG > - PACKET_IN > - MULTIPART_REQUEST/

Re: [Ryu-devel] openflow 1.3 question

2014-01-15 Thread FUJITA Tomonori
Hi, On Tue, 14 Jan 2014 08:09:36 + Morgan Yang wrote: > I'm curious if anyone has come across any OF1.3 plugin for wireshark or > tcpdump > > I've been using https://github.com/CPqD/ofdissector but I'm noticing > occasional Malformed packets for "ADD" flows between RYU OF manager and OF