| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | working ipforward_solaris.c | 
|  | same idea as in lib/distribute.c to allow extract.pl to pick up commands
for vtysh. | 
|  | Subject: solaris compile patch
types defined for SUNOS_5 were already defined in config.h | 
|  |  | 
|  | * ospf_interface.c(ospf_if_lookup_recv_if): Use the most specific
          match for interface lookup. | 
|  |  | 
|  | Reported by Anil Madhavapeddy to bug-zebra. | 
|  |  | 
|  | ensure only interfaces that are inactive or do not exist can be deleted | 
|  |  | 
|  |  | 
|  | Subject: [zebra 18994] Re: zebra-pj compile failure under OpenBSd 3.3
    (gmake)
properly detect rl_completion_matches vs completion_matches. | 
|  | Add the 'no interface' command to all the daemons and vtysh. now it's
possible to delete interface from routeing daemons as well only if it
doesn't exist in os.
http://hasso.linux.ee/zebra/ht-no_interface_fix.patch | 
|  |  | 
|  |  | 
|  | http://hasso.linux.ee/zebra/ht-no_interface-23052003.patch
Add the 'no interface' command to all the daemons and vtysh. | 
|  |  | 
|  | Subject: [zebra 19125] vtysh bogus perms check
vtysh checks that the zebra.vty socket uid is == to its own euid, this is
bogus - let the kernel decide whether permissions match, vtysh shouldnt
try second guess. (this becomes noticeable when neither zebra nor vtysh
are run as root :) ) | 
|  | Subject: [zebra 19120] [PATCH] Vtysh
I really don't know how I could miss that one. Opsf(6)d have
prefix-lists as well. | 
|  |  | 
|  | asm/types.h is required for netlink.
Later glibc's seem to have resolved the warning. | 
|  |  | 
|  | Linux capabilities enabled (if libcap is enabled). | 
|  | supplied VERSION and CONFDATE. | 
|  | Add a DATE AC_SUBST. | 
|  | Subject: [zebra 19097] HAVE_ASM_TYPES
does anyone know why lib/zebra.h has:
#ifdef HAVE_ASM_TYPES_H
#include <asm/types.h>
#endif /* HAVE_ASM_TYPES_H */
There's no need for it that i can see (least not on linux) and it
causes compile warnings. Is it needed? If so, why? | 
|  | Subject: [zebra 19093] [PATCH] Two more fixes
1) From 6Wind patch - show router and interface nodes from ospf6d when
using vtysh and don't show defaults in interface node. Fixes bugzilla
#14. | 
|  | Subject: [zebra 19093] [PATCH] Two more fixes
Show NSSA LSA route info in "show ip ospf database" output | 
|  |  | 
|  |  | 
|  |  | 
|  | Subject: [zebra 19091] [PATCH] NSSA fixes try2
NSSA didn't work without problems even after my previous fixes. Seems
that I tracked down problems finally. | 
|  | Subject: [zebra 19084] Re: suspected memory leakage upon static route
I believe this is a more complete patch, it also addresses
allocating/freeing of nexthop->ifname string buffer (1) using
XSTRDUP/XFREE macros (thus correctly updating memory statistics), and
(2) for all nexthop->type cases that carry an ifname string. | 
|  | Subject: [zebra 19080] suspected memory leakage upon static route deletion
upon deletion of a static route entry, at the end of
zebra/zebra_rib.c/static_delete_ipv4(), there's a call to XFREE to
deallocate the 'struct static_ipv4'. However, in the case of a static with
ifname as nexthop (type==STATIC_IPV4_IFNAME), this struct holds a pointer to
a dynamically allocated ifname string buffer (si->gate.ifname, see its
allocation within static_add_ipv4() using XSTRDUP). IMO, the attached patch
is required.
Notes: the same applies to IPv6 statics as well (fix included in patch);
and, I admit I haven't yet tested that, but it seems simple enough to be
working... ;-> | 
|  |  | 
|  | Fix removal of Type-7 LSAs, http://bugzilla.dishone.st/show_bug.cgi?id=18 | 
|  | Should recognise the absence of an interval now and schedule one-shot dump.
hopefully. |