Re: [Ryu-devel] How to serialize ospf packet

2015-07-30 Thread Vinllen Chen
Thankyou for your quick patch. On Thu, Jul 30, 2015 at 9:13 PM, ISHIDA Wataru wrote: > Hi > > Could you try the patch I sent now? > > [Ryu-devel] [PATCH] ospf: fix serialize() to work with packet.Packet() > > > On Jul 30, 2015, at 8:28 PM, Vinllen Chen wrote: > > Hi, Dear all, > > I can seriali

Re: [Ryu-devel] How to serialize ospf packet

2015-07-30 Thread ISHIDA Wataru
Hi Could you try the patch I sent now? [Ryu-devel] [PATCH] ospf: fix serialize() to work with packet.Packet() > On Jul 30, 2015, at 8:28 PM, Vinllen Chen wrote: > > Hi, Dear all, > > I can serialize an icmp packet like this: > pkt = packet.Packet() > pkt.add_protocol(ethernet.ethernet(ethert

[Ryu-devel] How to serialize ospf packet

2015-07-30 Thread Vinllen Chen
Hi, Dear all, I can serialize an icmp packet like this: pkt = packet.Packet() pkt.add_protocol(ethernet.ethernet(ethertype=..., dst=..., src=...)) pkt.add_protocol(ipv4.ipv4(dst=..., src=...,