Re: [Ryu-devel] RYU INQUIRIES - arp responder

2017-04-28 Thread Fahmy Sherif Alaa Salaheldin
Please refer to this. Thanks, Fujimoto On 2017?04?26? 19:37, Raymond Burkholder wrote: From: Fahmy Sherif Alaa Salaheldin [mailto:sherif.fa...@epfl.ch] Sent: Wednesday, April 26, 2017 06:59 To: ryu-devel@lists.sourceforge.net<mailto:ryu-devel@lists.sourceforge.net> Subject: Re: [Ryu-devel] R

Re: [Ryu-devel] RYU INQUIRIES - arp responder

2017-04-28 Thread Fujimoto Satoshi
...@epfl.ch] *Sent:* Wednesday, April 26, 2017 06:59 *To:* ryu-devel@lists.sourceforge.net *Subject:* Re: [Ryu-devel] RYU INQUIRIES Sorry to bother you again! But I would basically like to only add forwarding rules for flows as you saw in my previous mail. But when I am testing it out now ping get

Re: [Ryu-devel] RYU INQUIRIES

2017-04-26 Thread Fujimoto Satoshi
w to this, Best, Sherif *De :* Fujimoto Satoshi *Envoyé :* mercredi 26 avril 2017 03:27 *À :* Fahmy Sherif Alaa Salaheldin; ryu-devel@lists.sourceforge.net *Objet :* Re: [Ryu-devel] RYU INQUIRIES Hi, Fahmy "match" must be a dict, so the following command will be accepted. curl

Re: [Ryu-devel] RYU INQUIRIES - arp responder

2017-04-26 Thread Raymond Burkholder
From: Fahmy Sherif Alaa Salaheldin [mailto:sherif.fa...@epfl.ch] Sent: Wednesday, April 26, 2017 06:59 To: ryu-devel@lists.sourceforge.net Subject: Re: [Ryu-devel] RYU INQUIRIES Sorry to bother you again! But I would basically like to only add forwarding rules for flows as you saw in my

Re: [Ryu-devel] RYU INQUIRIES

2017-04-26 Thread Fahmy Sherif Alaa Salaheldin
f the questions seem stupid but I am pretty new to this, Best, Sherif De : Fujimoto Satoshi Envoyé : mercredi 26 avril 2017 03:27 À : Fahmy Sherif Alaa Salaheldin; ryu-devel@lists.sourceforge.net Objet : Re: [Ryu-devel] RYU INQUIRIES Hi, Fahmy "match" mus

Re: [Ryu-devel] RYU INQUIRIES

2017-04-26 Thread Fahmy Sherif Alaa Salaheldin
@lists.sourceforge.net Objet : Re: [Ryu-devel] RYU INQUIRIES Hi, Fahmy "match" must be a dict, so the following command will be accepted. curl -H "Content-Type: application/json" -X POST -d '{"dpid": 2, "cookie": 42, "priority": 45000, "m

Re: [Ryu-devel] RYU INQUIRIES

2017-04-25 Thread Fujimoto Satoshi
Hi, Fahmy "match" must be a dict, so the following command will be accepted. curl -H "Content-Type: application/json" -X POST -d '{"dpid": 2, "cookie": 42, "priority": 45000, "match": {"nw_src": "10.0.0.1","nw_dst":"10.0.0.4"}, "actions": [{"type":"OUTPUT", "port": 4}]}' http://localhost:8080/