summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-06-062003-06-07 Paul Jakma <paul@dishone.st>paul
* Revert Cougar's sort interface names patch, causes problems with enabling of interfaces for OSPF in ospfd.
2003-06-062003-06-7 kamatchi soundaram <kamatchi@tdd.sj.nec.com>paul
* (ospf_spf.c): Fix consideration of costs for PtP nexthops in ospf_nexthop_calculation().
2003-06-062003-06-06 Paul Jakma <paul@dishone.st>paul
* Fix up defaults for --enable-{user,group}
2003-06-062003-06-06 Paul Jakma <paul@dishone.stpaul
* Fix up case of --enable-vty-group not being specified
2003-06-05Patch from Cougar - sort iflist by name.hasso
2003-06-05Unbreak router advertisment feature when using capabilities.hasso
2003-06-04Paul forgot probably to commit privs.[c|h] changes. Had to reorder includeshasso
in zebra.h to make it compile in debian.
2003-06-042003-06-04 Paul Jakma <paul@dishone.st>paul
* Merge of zebra privileges
2003-06-042003-06-04 Paul Jakma <paul@dishone.st>paul
* (configure.in): removed * (configure.ac): Fixes/cleanups backported from zprivs branch AC_DEFINE templates added, Indentation of nested macros, IPv6 checks changed from independent if..fi blocks to if...elif...fi., Merge piddir and ac_sockdir into one ac_statedir, Remove world writeable dirs as candidates for ac_statedir, ERROR out if no state dir is found or --localstatedir not specified,
2003-06-042003-06-04 Paul Jakma <paul@dishone.st>paul
* (Makefile.am): doc should be a SUBDIR. Specify DIST_SUBDIRS to remove dependence of make dist on configure options. Add doc/mpls to EXTRA_DIST. redhat/ does not need a dist-hook, its already in SUBDIR. Remove CVS/ dir from the dist doc/.
2003-06-04Paul Jakma:paul
lib/debug.{c,h}: glibc backtrace printing function (from the glibc info page) configure.ac: check for glibc backtrace and set define lib/zebra.h: glibc backtrace support
2003-06-04Paul Jakma: acconfig.h is deprecated.paul
2003-06-04Ignore dist tar filepaul
2003-06-04From: kamatchi soundaram <kamatchi@tdd.sj.nec.com>paul
Subject: [zebra 19263] Another memory leak!! is zebra OSPF This memory leak gets into picture whenever any interface goes down. Problem found and desctription: Whenever the interface goes down, the "def_params" (member of ospf_if_info) structure memory is not freed. Fix made: added the following line to free the "def_params" memory of ospf_if_info before calling the "XFREE(MTYPE_OSPF_IF_INFO, ifp->info);" The added line is: ospf_del_if_params ((struct ospf_if_params *) IF_DEF_PARAMS (ifp));
2003-06-04From: kamatchi soundaram <kamatchi@tdd.sj.nec.com>paul
Subject: [zebra 19262] Re: Memory leak in OSPF Fix applied for Kamatchi's original report was to remove the auth_crypt initialisation from the wrong function. This should fix that.
2003-06-03From: kamatchi soundaram <kamatchi@tdd.sj.nec.com>paul
Subject: [zebra 19259] Memory leak in OSPF The detail of the memory leak follows: File name: ospf_interface.c Function name: ospf_if_new_hook(). Type of leak: Overwriting the already allocated memory. Problem found and description: The ospf_new_if_params() fn allocates a memory for "auth_crypt" which is overwritten, down in the fn (ospf_if_new_hook) by explicitely allocating a memory for the same "auth_crypt". Fix: remove allocation from ospf_new_if_params()
2003-06-02Apply redistribution route-map's correctly.hasso
2003-05-29Commit my hack to fix options mismatch in NSSA area DD packets. It shouln'thasso
harm, but of course ... it is hack.
2003-05-29ospfd/ospfd.h: Change delay and holdtime to 1s. More appropriate values forpaul
the class of machines which zebra runs on than the original defaults which were taken from IOS (and even IOS uses much lower times these days). Lower values greatly help with convergence. Ideally, we'd use even lower times, but thread_add_timer() api will need to be modified to use milliseconds. (eg JunOS uses 100ms for delay, and 700ms for hold time, iirc from Hasso).
2003-05-29lib/table.c: Fix the SET_LINK macro. (not that its of any worth)paul
2003-05-28ripngd/Makefile.am: missing ripng_nexthop.h from _HEADERS line. breakspaul
make dist.
2003-05-28IPv4 part of "make reject|blackhole routes work without nexthop|interface".hasso
2003-05-27Rivo Nurgess: Add cobalt machine typepaul
2003-05-26*BSD compile fix from Rivo Nurges.hasso
2003-05-26Add .cvsignore for redhatpaul
2003-05-25Sync to configure.acpaul
2003-05-25Change rtadv to default to disabled.paul
2003-05-25Fix missing else in static_add_ipv4() which was causing case of (!ifname)paul
to always be considered to be a blackhole route. (if gate is passed in, it cant be).
2003-05-25Tiny fixes from 6Wind patch.hasso
2003-05-25ospf6d part of 6Wind patch.hasso
2003-05-25Add back support for null0 interface blackhole routes.paul
2003-05-25Last fixes from 6Wind patch.hasso
2003-05-25Sync with configure.in.hasso
2003-05-25Merged 6Wind patch.hasso
2003-05-25Route (reject|blackhole) support from 6Wind patch.hasso
2003-05-25Update changelog as well.hasso
2003-05-25Ripngd part of 6Wind patch.hasso
2003-05-25Unbroke "set metric" command in vtysh again.hasso
2003-05-25RIP has now "route-map x [in|out] <interface>" as well.hasso
2003-05-25Merge RIP part of 6Wind patch.hasso
2003-05-25Just "write" command without any parameters writes conf to file.hasso
2003-05-25"ip forwarding" command. Patch from Jim Crumpler.hasso
2003-05-24Jim Crumpler:paul
working ipforward_solaris.c
2003-05-24Revert my http://hasso.linux.ee/zebra/ht-ifrmap-14042003.patch patch. Usedhasso
same idea as in lib/distribute.c to allow extract.pl to pick up commands for vtysh.
2003-05-24From: rivo nurges <rix@estpak.ee>paul
Subject: solaris compile patch types defined for SUNOS_5 were already defined in config.h
2003-05-24Fix missing bracket from previous commit.paul
2003-05-242003-05-24 Kenji Yabuuchipaul
* ospf_interface.c(ospf_if_lookup_recv_if): Use the most specific match for interface lookup.
2003-05-24Update changelog -> fix from Anil Madhavapeddypaul
2003-05-24Fix incorrect buffer bounds.paul
Reported by Anil Madhavapeddy to bug-zebra.
2003-05-24Ripd has "no interface ..." command as well.hasso