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
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
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=...,