On Fri, 5 Oct 2012 23:29:41 +0900 OHMURA Kei <[email protected]> wrote:
> Signed-off-by: OHMURA Kei <[email protected]> > --- > ryu/lib/packet/icmp.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ryu/lib/packet/icmp.py b/ryu/lib/packet/icmp.py > index cce7e97..72e87a8 100644 > --- a/ryu/lib/packet/icmp.py > +++ b/ryu/lib/packet/icmp.py > @@ -103,7 +103,7 @@ class echo(object): > return msg > > def serialize(self): > - hdr = bytearray(struct.pack(Echo._PACK_STR, self.id, > + hdr = bytearray(struct.pack(echo._PACK_STR, self.id, > self.seq)) Oops, my bad. Applied, thanks. ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
