Diff for /embedaddon/quagga/isisd/isis_common.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 17:26:11 version 1.1.1.2, 2012/10/09 09:22:28
Line 21 Line 21
  * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.   * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */   */
   
   #ifndef ISIS_COMMON_H
   #define ISIS_COMMON_H
   
 /*  /*
  * Area Address   * Area Address
  */   */
Line 35  struct isis_passwd Line 38  struct isis_passwd
   u_char len;    u_char len;
 #define ISIS_PASSWD_TYPE_UNUSED   0  #define ISIS_PASSWD_TYPE_UNUSED   0
 #define ISIS_PASSWD_TYPE_CLEARTXT 1  #define ISIS_PASSWD_TYPE_CLEARTXT 1
   #define ISIS_PASSWD_TYPE_HMAC_MD5 54
 #define ISIS_PASSWD_TYPE_PRIVATE  255  #define ISIS_PASSWD_TYPE_PRIVATE  255
   u_char type;    u_char type;
   /* Authenticate SNPs? */    /* Authenticate SNPs? */
Line 64  struct nlpids Line 68  struct nlpids
   u_char nlpids[4];             /* FIXME: enough ? */    u_char nlpids[4];             /* FIXME: enough ? */
 };  };
   
/*#endif
 * Flags structure for SSN and SRM flags 
 */ 
struct flags 
{ 
  int maxindex; 
  struct list *free_idcs; 
}; 

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


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