]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
*** empty log message ***
authorOndrej Filip <feela@network.cz>
Fri, 14 May 1999 08:50:25 +0000 (08:50 +0000)
committerOndrej Filip <feela@network.cz>
Fri, 14 May 1999 08:50:25 +0000 (08:50 +0000)
proto/ospf/ospf.c

index 5c303d4f6de1213c96e58f74c7b891b3fa87392f..ef65064bf5af63b39058b1d34f7b8799dad2647b 100644 (file)
@@ -34,7 +34,6 @@ ospf_hello_rx(struct ospf_hello_packet *ps, struct proto *p,
     ip_ntop(ps->netmask,sip);
     log("%s: Bad OSPF packet from %d received: bad netmask %s.",
       p->name, ntohl(((struct ospf_packet *)ps)->routerid), sip);
-      /*ip_ntop(ps->netmask, sip));*/
     log("%s: Discarding",p->name);
     return;
   }
@@ -480,7 +479,6 @@ ospf_postconfig(struct proto_config *c)
   DBG( " OSPF: postconfig\n" );
 }
 
-
 struct protocol proto_ospf = {
   name:                "OSPF",
   init:                ospf_init,
@@ -489,3 +487,4 @@ struct protocol proto_ospf = {
   preconfig:   ospf_preconfig,
   postconfig:  ospf_postconfig,
 };
+