Re: [Ryu-devel] Regarding the modification of header in controller messages.

2014-04-24 Thread Sarath Allaka
buf, offset, self.type, self.len, self.nw_addr) > > it seems you are using OF1.0. > > YAMAMOTO Takashi > > > File "/home/ubuntu/ryu/ryu/ofproto/ofproto_parser.py", line 212, in > > msg_pack_into > > buf += struct.pack(fmt, *args) > > error: c

Re: [Ryu-devel] Regarding the modification of header in controller messages.

2014-04-15 Thread Sarath Allaka
ack_into buf += struct.pack(fmt, *args) error: cannot convert argument to integer I am getting this error.Could u please help me. BtW i am testiung this in mininet. Thank you in Advance, With Regards, Sarath Allaka IIT Hyderabad --

[Ryu-devel] Regarding the modification of header in controller messages.

2014-04-14 Thread Sarath Allaka
Hi guys, I am doing a project in RYU controller.I want to modify the source mac and ip address of the packet in the controller. SO i request you to send me a sample code or send me the details how to modify it. Thank you in advance, With Regards, Sarath Allaka

[Ryu-devel] Load Balancing based on source IP and Source port

2014-03-24 Thread Sarath Allaka
switch allocates to a particular server. I have done a little work on it but I am very much confused how does it work and all. Could you give me some suggestions or sample codes so that I could make it easily. Thank you in advance, With Regards, Sarath Allaka