Diff for /embedaddon/quagga/ospfd/ospf_route.h between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2013/07/21 23:54:40 version 1.1.1.3, 2016/11/02 10:09:12
Line 39  struct ospf_path Line 39  struct ospf_path
 {  {
   struct in_addr nexthop;    struct in_addr nexthop;
   struct in_addr adv_router;    struct in_addr adv_router;
  unsigned int ifindex;  ifindex_t ifindex;
 };  };
   
 /* Below is the structure linked to every  /* Below is the structure linked to every

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


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