bug-zebra
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Typo in ospfd code ;-)


From: Jen B Lin'Kova
Subject: Typo in ospfd code ;-)
Date: Wed, 14 Mar 2001 14:40:56 +0300 (MSK)

                Hi!

I'm getting following debug message from ospfd:
2001/03/14 14:38:02 OSPF: Packet from [x.x.x.x] reseived on wrong link fxp0 
                                                ^^^^^^ ;-)

I'm sure it's just a misprint in code, so I made following
patch:

--- ospf_packet.c       Tue Feb 27 05:27:23 2001
+++ ospf_packet.c.1     Wed Mar 14 14:30:05 2001
@@ -1932,7 +1932,7 @@
   oi = ospf_if_lookup_recv_interface (iph->ip_src);
   if (ifp && oi && oi->ifp != ifp)
     {
-      zlog_warn ("Packet from [%s] reseived on wrong link %s",
+      zlog_warn ("Packet from [%s] received on wrong link %s",
                 inet_ntoa (iph->ip_src), ifp->name); 
       stream_free (ibuf);
       return 0;

----------------
SY, Jen Lin'kova aka Furry      address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]