Diff for /embedaddon/quagga/isisd/isis_route.h between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/10/09 09:22:28 version 1.1.1.3, 2016/11/02 10:09:10
Line 28 Line 28
 #ifdef HAVE_IPV6  #ifdef HAVE_IPV6
 struct isis_nexthop6  struct isis_nexthop6
 {  {
  unsigned int ifindex;  ifindex_t ifindex;
   struct in6_addr ip6;    struct in6_addr ip6;
   struct in6_addr router_address6;    struct in6_addr router_address6;
   unsigned int lock;    unsigned int lock;
Line 37  struct isis_nexthop6 Line 37  struct isis_nexthop6
   
 struct isis_nexthop  struct isis_nexthop
 {  {
  unsigned int ifindex;  ifindex_t ifindex;
   struct in_addr ip;    struct in_addr ip;
   struct in_addr router_address;    struct in_addr router_address;
   unsigned int lock;    unsigned int lock;

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


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