Re: [Ryu-devel] GRE key rules

2018-05-30 Thread IWAMOTO Toshihiro
On Sun, 27 May 2018 19:06:47 +0900, Bilal Saleem wrote: > > I am using gre header to pass some information that is used by a switch for > rules, there could be multiple end-nodes and each end node switch will > strip the header manually(by using code written in c) and forward the > packet to host.

Re: [Ryu-devel] GRE key rules

2018-05-27 Thread Bilal Saleem
I am using gre header to pass some information that is used by a switch for rules, there could be multiple end-nodes and each end node switch will strip the header manually(by using code written in c) and forward the packet to host. That is why there are no *gre tunnel start/end point * address*.*

Re: [Ryu-devel] GRE key rules

2018-05-27 Thread Bilal Saleem
Hi Yi, I not sure what will be remote_ip for gre interface configuration can you help me with that? On Thu, May 24, 2018 at 5:22 PM, Yi Tseng wrote: > I believe that you need to config the GRE tunnel manually to your data > plane first. > > For example, you need to setup interface type to *gr

Re: [Ryu-devel] GRE key rules

2018-05-24 Thread Yi Tseng
I believe that you need to config the GRE tunnel manually to your data plane first. For example, you need to setup interface type to *gre* when you add an interface to the OvS switch. *ovs-vsctl add-port br0 gre0* *ovs-vsctl set interface gre0 type=gre options:remote_ip={another grp tunnel end po

[Ryu-devel] GRE key rules

2018-05-24 Thread Bilal Saleem
Hi, I am working on simple topology as follows: C / | \ Veth ports-S1 -- S2 --- S3 H1 I am sending raw packets cooked with GRE headers on Veth ports. I want to create rules based on GRE key value like this: match2 = parser.OFPMat