Diff for /embedaddon/quagga/ospfd/ospf_zebra.h between versions 1.1.1.2 and 1.1.1.4

version 1.1.1.2, 2012/10/09 09:22:29 version 1.1.1.4, 2016/11/02 10:09:12
Line 54  extern int ospf_redistribute_check (struct ospf *, str Line 54  extern int ospf_redistribute_check (struct ospf *, str
                                     int *);                                      int *);
 extern int ospf_distribute_check_connected (struct ospf *,  extern int ospf_distribute_check_connected (struct ospf *,
                                             struct external_info *);                                              struct external_info *);
extern void ospf_distribute_list_update (struct ospf *, int);extern void ospf_distribute_list_update (struct ospf *, uintptr_t);
   
 extern int ospf_is_type_redistributed (int);  extern int ospf_is_type_redistributed (int);
 extern void ospf_distance_reset (struct ospf *);  extern void ospf_distance_reset (struct ospf *);
Line 72  extern int ospf_distance_set (struct vty *, struct osp Line 72  extern int ospf_distance_set (struct vty *, struct osp
                               const char *, const char *);                                const char *, const char *);
 extern int ospf_distance_unset (struct vty *, struct ospf *, const char *,  extern int ospf_distance_unset (struct vty *, struct ospf *, const char *,
                                 const char *, const char *);                                  const char *, const char *);
extern void ospf_zebra_init (void);extern void ospf_zebra_init (struct thread_master *);
   
 #endif /* _ZEBRA_OSPF_ZEBRA_H */  #endif /* _ZEBRA_OSPF_ZEBRA_H */
   

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


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