Diff for /embedaddon/quagga/zebra/rtadv.h between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2013/07/21 23:54:41 version 1.1.1.4, 2016/11/02 10:09:10
Line 27 Line 27
 #include "zebra/interface.h"  #include "zebra/interface.h"
   
 /* NB: RTADV is defined in zebra/interface.h above */  /* NB: RTADV is defined in zebra/interface.h above */
#ifdef RTADV#if defined (HAVE_RTADV)
   
 /* Router advertisement prefix. */  /* Router advertisement prefix. */
 struct rtadv_prefix  struct rtadv_prefix
Line 59  struct rtadv_prefix Line 59  struct rtadv_prefix
 };  };
   
 extern void rtadv_config_write (struct vty *, struct interface *);  extern void rtadv_config_write (struct vty *, struct interface *);
 extern void rtadv_init (void);  
   
 /* RFC4584 Extension to Sockets API for Mobile IPv6 */  /* RFC4584 Extension to Sockets API for Mobile IPv6 */
   
Line 99  struct nd_opt_homeagent_info {  /* Home Agent info */ Line 98  struct nd_opt_homeagent_info {  /* Home Agent info */
   
 extern const char *rtadv_pref_strs[];  extern const char *rtadv_pref_strs[];
   
#endif /* RTADV */#endif /* HAVE_RTADV */
 
 extern void rtadv_init (struct zebra_vrf *);
 extern void rtadv_terminate (struct zebra_vrf *);
 extern void rtadv_cmd_init (void);
   
 #endif /* _ZEBRA_RTADV_H */  #endif /* _ZEBRA_RTADV_H */

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


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