Re: [Ryu-devel] Overlay network based on grep tunnel

2016-08-05 Thread Luis Zárate
Hello everybody, 2016-08-02 1:58 GMT-06:00 Iwase Yusuke : > Your scenario seems to show that the GRE overlay network is implemented > between Host1 and Host2, right? No, I don't want a host to host tunnel, I want to create a NVGRE so the tunnels are between host an

Re: [Ryu-devel] How to send data from controller to the host

2016-08-05 Thread Luis Zárate
It's something like this echo package pkt = packet.Packet() pkt.add_protocol(ethernet.ethernet(ethertype=pkt_ethernet.ethertype, dst=pkt_ethernet.src, src=self.hw_addr)) pkt.add_protocol(ipv4.ipv4(dst=pkt_ipv4.src,