Diff for /embedaddon/quagga/ospf6d/ospf6_message.c 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, 2013/07/21 23:54:39
Line 58  static const struct message ospf6_message_type_str []  Line 58  static const struct message ospf6_message_type_str [] 
   { OSPF6_MESSAGE_TYPE_LSUPDATE, "LSUpdate" },    { OSPF6_MESSAGE_TYPE_LSUPDATE, "LSUpdate" },
   { OSPF6_MESSAGE_TYPE_LSACK,    "LSAck"    },    { OSPF6_MESSAGE_TYPE_LSACK,    "LSAck"    },
 };  };
static const size_t ospf6_message_type_str_max =static const size_t ospf6_message_type_str_max = array_size(ospf6_message_type_str);
  sizeof (ospf6_message_type_str) / sizeof (ospf6_message_type_str[0]); 
   
 /* Minimum (besides the standard OSPF packet header) lengths for OSPF  /* Minimum (besides the standard OSPF packet header) lengths for OSPF
    packets of particular types, offset is the "type" field. */     packets of particular types, offset is the "type" field. */

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


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