Re: [Ryu-devel] ryu questions

2015-02-04 Thread Yusuke Iwase
Hi, I don't think Ryu returns wrong dpid. $ sudo ryu-manager ryu.app.simple_switch_13 ryu.app.ofctl_rest loading app ryu.app.simple_switch_13 loading app ryu.app.ofctl_rest loading app ryu.controller.ofp_handler instantiating app None of DPSet creating context dpset creating context wsgi instanti

Re: [Ryu-devel] ryu questions

2015-02-04 Thread Shu Shen
This appears to be a problem with POSTMAN rest client you are using. I’m seeing the same with POSTMAN 0.8.4.12 and it’s only in JSON/Pretty – if you switch to JSON/RAW it shall show correct dpid. POSTMAN 1.0.8 does not have the problem. From: ビバ9╆ [mailto:[email protected]] Sent: Wednesday, Febru

[Ryu-devel] Practical Examples of SDN according to available infrastructure

2015-02-04 Thread Robert Clove
Hi, We all know SDN is the hot topic of research nowadays. I want to the practical use case of SDN i mean the practical examples as per my infrastructure available so that i can convenience people here the importance of SDN while giving demo. Don't give example of that of cloud what i have in infr

[Ryu-devel] ryu questions

2015-02-04 Thread ビバ9╆
Dear all A problem encountered when I use the ryu-controller,the dpid of the SDN switch displayed at ryu-controller sever is not the same as using REST API(/stats/switches‍) to get ,the detail as next: After running ryu-controller sever and point the SDN switch to the controller,I can

[Ryu-devel] ryu questions

2015-02-04 Thread ビバ9╆
Dear all A problem encountered when I use the ryu-controller,the dpid of the SDN switch displayed at ryu-controller sever is not the same as using REST API(/stats/switches‍) to get ,the detail as next: After running ryu-controller sever and point the SDN switch to the controller,I can

[Ryu-devel] IPv6 OpenFlows using RYU on Mininet

2015-02-04 Thread Kuljaree Tantayakul
Dear All, Now I do my project about IPv6 and SDN. Also I chosen to use RYU Controller, support OFv1.3. I want to setup IPv6 network by using OpenFlow Switch to do same as router. I do follow the RYU Document that have IPv4 Switching Router by using rest_router.py. Can you give me some suggestion

Re: [Ryu-devel] Openflow v1.5 support?

2015-02-04 Thread Shu Shen
Great. I'll try to submit some initial works in a week or two. Thanks. > -Original Message- > From: FUJITA Tomonori [mailto:[email protected]] > Sent: Tuesday, February 03, 2015 8:33 PM > To: Shu Shen > Cc: [email protected] > Subject: Re: [Ryu-devel] Openflow v1

Re: [Ryu-devel] Ryu 3.18 released

2015-02-04 Thread FUJITA Tomonori
On Wed, 4 Feb 2015 15:42:19 +0900 (JST) [email protected] (YAMAMOTO Takashi) wrote: >> New libpcap support and debugger support, and improvement for >> Nicira extensions, bgp, REST API. >> >> Enjoy! > > when will it be available via pip? Oops, done. --

Re: [Ryu-devel] Keep node states in the packet header

2015-02-04 Thread Clément Rault
Hi, Well it's not that I absolutely need the Set-Field with mask but it looks like it's a solution to what I'm trying to do. As I wrote before I wanna keep states in the packet header and then match/set this information. Therefore I thought that using the vlan field to store this information and