Diff for /embedaddon/quagga/ospfd/ospf_ase.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 17:26:12 version 1.1.1.2, 2012/10/09 09:22:29
Line 135  ospf_ase_complete_direct_routes (struct ospf_route *ro Line 135  ospf_ase_complete_direct_routes (struct ospf_route *ro
 {  {
   struct listnode *node;    struct listnode *node;
   struct ospf_path *op;    struct ospf_path *op;
   struct interface *ifp;  
   
   for (ALL_LIST_ELEMENTS_RO (ro->paths, node, op))    for (ALL_LIST_ELEMENTS_RO (ro->paths, node, op))
     if (op->nexthop.s_addr == 0)      if (op->nexthop.s_addr == 0)

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>