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
...@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
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
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
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
@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
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/