summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge HEAD to zprivspaul2003-05-2655-1412/+5040
| |
| * Rivo Nurgess: privs support for ipforward_solaris.cpaul2003-05-251-0/+10
| |
| * Paul Jakma:paul2003-05-249-56/+132
| | | | | | | | Merge changes from HEAD
| * 2003-05-24: Paul Jakmapaul2003-05-2440-476/+2547
| | | | | | | | | | | | | | | | | | New branch: zprivs -> Work In Progress. Working on Linux with capabilities at the moment. Working to some extent on OpenBSD 3.3. Patches still to come for Solaris. Status of other platforms: unknown.
| * Import of Zebra CVS 20030428-18:07zebra.org.20030428paul2003-04-288-49/+96
| |
| * Import of Zebra CVS 20030404-03:35zebra.org.20030404paul2003-04-0424-367/+520
| |
| * Import of Zebra CVS 20030325-02:30zebra.org.20030325paul2003-03-2538-1753/+1945
| |
| * Import of Zebra CVS 20030301-11:30zebra.org.20030301paul2003-03-0123-3638/+7775
| |
| * Import of Zebra CVS 20030207-14:26zebra.org.20030207paul2003-02-075-4/+20
| |
| * Import of Zebra CVS 20030203-16:30zebra.org.20030203paul2003-02-0318-12695/+9640
| |
| * Import of Zebra CVS 20020117-13:15zebra.org.20030117paul2003-01-178-124/+225
| |
| * Imported Zebra CVS sourcespaul2002-12-130-0/+0
| |
* | 2003-06-04 Paul Jakma <paul@dishone.st>paul2003-06-041-3/+7
| | | | | | | | | | | | | | * (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/.
* | Paul Jakma:paul2003-06-045-0/+54
| | | | | | | | | | | | 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
* | Paul Jakma: acconfig.h is deprecated.paul2003-06-041-173/+0
| |
* | Ignore dist tar filepaul2003-06-041-0/+1
| |
* | From: kamatchi soundaram <kamatchi@tdd.sj.nec.com>merge.zprivs.head.4paul2003-06-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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));
* | From: kamatchi soundaram <kamatchi@tdd.sj.nec.com>paul2003-06-041-3/+2
| | | | | | | | | | | | | | 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.
* | From: kamatchi soundaram <kamatchi@tdd.sj.nec.com>paul2003-06-031-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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()
* | Apply redistribution route-map's correctly.hasso2003-06-021-1/+1
| |
* | Commit my hack to fix options mismatch in NSSA area DD packets. It shouln'tmerge.zprivs.head.3hasso2003-05-291-1/+11
| | | | | | | | harm, but of course ... it is hack.
* | ospfd/ospfd.h: Change delay and holdtime to 1s. More appropriate values forpaul2003-05-291-2/+2
| | | | | | | | | | | | | | | | | | | | 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).
* | lib/table.c: Fix the SET_LINK macro. (not that its of any worth)paul2003-05-291-2/+2
| |
* | ripngd/Makefile.am: missing ripng_nexthop.h from _HEADERS line. breakspaul2003-05-281-1/+1
| | | | | | | | make dist.
* | IPv4 part of "make reject|blackhole routes work without nexthop|interface".hasso2003-05-281-4/+135
| |
* | Rivo Nurgess: Add cobalt machine typepaul2003-05-271-1/+1
| |
* | *BSD compile fix from Rivo Nurges.hasso2003-05-261-0/+5
| |
* | Add .cvsignore for redhatmerge.zprivs.head.2paul2003-05-261-0/+1
| |
* | Sync to configure.acpaul2003-05-251-5/+5
| |
* | Change rtadv to default to disabled.paul2003-05-251-5/+5
| |
* | Fix missing else in static_add_ipv4() which was causing case of (!ifname)paul2003-05-251-1/+1
| | | | | | | | | | to always be considered to be a blackhole route. (if gate is passed in, it cant be).
* | Tiny fixes from 6Wind patch.hasso2003-05-252-2/+4
| |
* | ospf6d part of 6Wind patch.hasso2003-05-255-12/+60
| |
* | Add back support for null0 interface blackhole routes.paul2003-05-2510-63/+156
| |
* | Last fixes from 6Wind patch.hasso2003-05-2510-6/+60
| |
* | Sync with configure.in.hasso2003-05-251-9/+41
| |
* | Merged 6Wind patch.hasso2003-05-253-11/+56
| |
* | Route (reject|blackhole) support from 6Wind patch.hasso2003-05-259-129/+401
| |
* | Update changelog as well.hasso2003-05-251-0/+6
| |
* | Ripngd part of 6Wind patch.hasso2003-05-2517-1039/+3147
| |
* | Unbroke "set metric" command in vtysh again.hasso2003-05-251-3/+10
| |
* | RIP has now "route-map x [in|out] <interface>" as well.hasso2003-05-252-5/+31
| |
* | Merge RIP part of 6Wind patch.hasso2003-05-257-111/+742
| |
* | Just "write" command without any parameters writes conf to file.hasso2003-05-251-0/+6
| |
* | "ip forwarding" command. Patch from Jim Crumpler.hasso2003-05-252-0/+31
| |
* | Jim Crumpler:merge.zprivs.head.1paul2003-05-241-35/+95
| | | | | | | | working ipforward_solaris.c
* | Revert my http://hasso.linux.ee/zebra/ht-ifrmap-14042003.patch patch. Usedhasso2003-05-247-18/+22
| | | | | | | | | | same idea as in lib/distribute.c to allow extract.pl to pick up commands for vtysh.
* | From: rivo nurges <rix@estpak.ee>paul2003-05-241-3/+0
| | | | | | | | | | | | Subject: solaris compile patch types defined for SUNOS_5 were already defined in config.h
* | Fix missing bracket from previous commit.paul2003-05-241-2/+3
| |
* | 2003-05-24 Kenji Yabuuchipaul2003-05-242-1/+10
| | | | | | | | | | * ospf_interface.c(ospf_if_lookup_recv_if): Use the most specific match for interface lookup.