summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix several small caps related errors.paul2003-05-201-15/+16
|
* Privilege support files for zebra.paul2003-05-202-0/+426
| | | | Linux capabilities enabled (if libcap is enabled).
* Autogenerate the redhat/zebra.spec file using autoconfpaul2003-05-203-4/+12
| | | | supplied VERSION and CONFDATE.
* Cleanup the openpam AC_MSG's slightly.paul2003-05-202-16/+12
| | | | Add a DATE AC_SUBST.
* From: Paul Jakma <paul@clubi.ie>paul2003-05-191-4/+46
| | | | | | | | | | | | | 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?
* From: Hasso Tepper <hasso@estpak.ee>paul2003-05-185-1/+18
| | | | | | | | 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.
* From: Hasso Tepper <hasso@estpak.ee>paul2003-05-182-2/+10
| | | | | | Subject: [zebra 19093] [PATCH] Two more fixes Show NSSA LSA route info in "show ip ospf database" output
* Sync configure.in to configure.ac (sergey's openpam support)paul2003-05-171-3/+31
|
* Fix attributionpaul2003-05-161-1/+1
|
* Update Changelogspaul2003-05-168-0/+97
|
* From: Hasso Tepper <hasso@estpak.ee>paul2003-05-162-38/+51
| | | | | | | 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.
* From: Gilad Arnold <gilad.arnold@terayon.com>paul2003-05-161-3/+3
| | | | | | | | | 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.
* From: Gilad Arnold <gilad arnold at terayon com>paul2003-05-141-0/+4
| | | | | | | | | | | | | | | | 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 merge error of Hasso's patch "case case" :)paul2003-05-111-1/+1
|
* From: Hasso Tepperpaul2003-05-101-1/+8
| | | | Fix removal of Type-7 LSAs, http://bugzilla.dishone.st/show_bug.cgi?id=18
* Hopefully fix the 'bgp dump routes-mrt' command to actually dump routes.paul2003-05-101-10/+23
| | | | | Should recognise the absence of an interval now and schedule one-shot dump. hopefully.
* From: Sergiy Vyshnevetskiy <serg @ vostok.net>paul2003-05-081-7/+31
| | | | | | Subject: [zebra 19019] [PATCH] daemons -A option Works now. Patch attached. Not tested for IPv6, but should work there too.
* From: Sergiy Vyshnevetskiy <serg@vostok.net>paul2003-05-071-1/+2
| | | | | | | | | Subject: [PATCH] sockdir "configure.ac" script ignores absent socket directory. So do all demons (with just a puzzling complaint to _stderr_ only!). I added /tmp and /var/tmp to the list of possible dirs. They should be present in most configurations.
* Reverting the NSSA maxage walker loop addition for now, until all the otherpaul2003-05-061-4/+0
| | | | | problems with NSSA are resolved, and we can determine whether this had any point.
* NSSA /might/ be missing this. I'm not sure.paul2003-05-061-0/+4
| | | | | It didnt solve a particular problem of Hasso's, but i'm committing it just for posterities sakes, so i dont lose it (i'll revert it immediately).
* From: Sergiy Vyshnevetskiy <serg@vostok.net>paul2003-05-062-3/+35
| | | | | | Subject: [zebra 18947] [PATCH] openpam patch configure support for openpam (freebsd5.0)
* From: Sergiy Vyshnevetskiy <serg@vostok.net>paul2003-05-011-8/+11
| | | | | | | Subject: [zebra 18941] Re: [PATCH] misc patch Program shouldn't terminate on pager execution failure. We can also use "PAGER" environment variable - it's very common.
* Import of zebra.org 20030428-18:07 ISTpaul2003-04-284-43/+46
|
* From: Hasso Tepperpaul2003-04-235-280/+280
| | | | | | This one fixes "router xxx" node commands in vtysh. Don't get "unknown command" error when entering "passive-interface eth0" command while ospfd and ospf6d running etc.
* vtysh_cmd.c is no longer in repository, ignore it.paul2003-04-231-0/+1
|
* Hasso Tepperpaul2003-04-193-13/+101
| | | | | | http://hasso.linux.ee/zebra/ht-distribute-18042003.patch Allows to extract.pl to pickup "distribute-list ..." commands for vtysh (ripngd and ripd).
* Hasso Tepperpaul2003-04-195-12/+12
| | | | | | | http://hasso.linux.ee/zebra/ht-ifrmap-14042003.patch Allows to extract.pl to pickup "route-map xxx in/out dev" commands for vtysh (ripngd). As lib/if_rmap.[c|h] are used in ripngd only, I moved them to the ripngd/ directory.
* Hasso Tepperpaul2003-04-198-85/+209
| | | | | | http://hasso.linux.ee/zebra/ht-routemap-18042003_5.patch Trivial fixes to sync daemon's route-map commands to have same syntax. Fixes a lot of errors with "match ..." and "set ..." commands when using vtysh.
* From: Hasso Tepper <hasso@estpak.ee>paul2003-04-192-180/+167
| | | | | | | | | | | | Subject: [zebra 17365] [PATCH] Ospf area id's DECIMAL -> ADDRESS It was annoying for me to view area id's like 335544330 (20.0.0.10 in address format) in configuration. Most of other network devices are using address-like id's and so does zebra when using "show ip ospf *" commands. You can still enter id's in decimal format, but they are just shown in address format.
* From: Israel Keys <ikeys@agile.tv>paul2003-04-191-19/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Subject: [zebra 18677] zebra initialisation bug and patch Hi All, I have found a bug in zebra that prevents its routing table and interface database from being initialised properly. The problem occurs when a request is made via the netlink socket but the kernel produces a EWOULDBLOCK/EAGAIN when the result is trying to be retrieved via a recvmsg(). Zebra does not do anything about this and continues to function (with an empty routing table and interface list) as if nothing has happened. With no such information the routing protocol dosn't work! Two functions are called during the initialisation of Zebra: interface_lookup_netlink() and netlink_route_read() - obtaining the interfaces and routing table from the kernel respectively. These are the only time these functions are called. These functions, interface_lookup_netlink() and netlink_route_read(), use netlink_parse_info() to recieve the data from the netlink socket. The problem is, netlink_parse_info() returns (without error) when its call to recvmsg() results in an errno EWOULDBLOCK/EAGAIN. This behaviour is expected by other funtions calling netlink_parse_info() - netlink_parse_info is simply recalled at a later stage. However, on initialisation it is never recalled. Since zebra is expected to nothing else during initialisation it was easiest to temporarily change the netlink socket to BLOCK and wait indefinently until the kernel responds with the required information. Attached is a patch with these changes. Comments and questions are welcome. Please inform me if this patch is added to the Zebra source. --israel
* From: Sergey Vyshnevetskiy <serg@vostok.net>paul2003-04-181-1/+2
| | | | | | Subject: [zebra 18689] [PATCH] misc patch Add missing param to zlog
* From: Sergey Vyshnevetskiy <serg@vostok.net>paul2003-04-181-2/+0
| | | | | | Subject: [zebra 18689] [PATCH] misc patch remove unused vars
* Fix up vtysh.c compile warningspaul2003-04-181-7/+7
| | | | | (following from initial patches by Amir & Sergey Vyshnevetskiy ([zebra 18689])
* Denis Ovsienko <zebra@pilot.org.ua>paul2003-04-171-1/+2
| | | | | | Subject: [zebra 18767] possible SIGSEGV Fix incorrect memset
* From: Hasso Tepper <hasso@estpak.ee>paul2003-04-133-0/+44
| | | | | | To: zebra@zebra.org Subject: [zebra 18648] [PATCH] Selforiginated Type-7 LSA's are not flushed from lsdb
* Author: amirpaul2003-04-132-1/+9
| | | | | | | | | | | | Date: 2003-04-10 14:32:31 +0200 (Thu, 10 Apr 2003) New Revision: 212 Modified: zebra-ag/trunk/ospfd/ospf_lsa.c Log: I've fixed a small opaque lsa bug which got triggered when deleting opaque lsa of type 11. It used area->ospf->.. when area was null. This was replaced by a ospf = ospf_lookyp(); ospf->...
* Author: ralphpaul2003-04-091-21/+48
| | | | | | Date: 2003-04-08 10:37:12 +0200 (Tue, 08 Apr 2003) Log: new ospfclient application with usage and more comments.
* Amir - rev 198paul2003-04-091-2/+0
| | | | | Log: Removed unused variable in interface.c
* Amir - revision 197paul2003-04-091-1/+2
| | | | | | | | | | | | | | | | | | Log: I've fixed a small bug in connected_down_ipv4(): I changed if (ifc_pointopoint (ifc)) into if (ifc_pointopoint (ifc) && dest) like show in connected_up_ipv4() After changing this 'ip address x/y'; 'no ip address x/y' works without crash when done in sequence.
* Add Makefile.in to the remaining .cvsignore'spaul2003-04-0911-2/+12
| | | | Add ospfclient to ospfclient/.cvsignore
* Updated to reflect removal of auto-built filespaul2003-04-091-1/+5
|
* Remove vtysh_cmd.c from the repository.paul2003-04-092-14629/+2
| | | | Add dependency on rebuild target for vtysh_cmd.c to Makefile.am
* Undo commenting of a debug conditional. make it conditional again.paul2003-04-081-9/+9
|
* Hasso Tepper <hasso@estpak.ee>:paul2003-04-071-0/+2
| | | | add NSSA debug statement
* Change vty socket path defines to the global definespaul2003-04-071-6/+6
|
* Removed stray hard coded vty socket pathspaul2003-04-071-8/+0
|
* define localstatedir for configurepaul2003-04-071-2/+3
|
* Indentation fixpaul2003-04-071-2/+2
|
* Copy configure.ac to configure.in.paul2003-04-071-0/+31
|
* [zebra 18626] move zebra socket paths to configure.acpaul2003-04-077-7/+31
| | | | | | | | | | | moved definition of the various socket paths from the per daemon header files into configure.ac. it will set the paths to be in the directory specified by --localstatedir=<prefix> or otherwise will try to guess as best it can ( a la pid file path detection - which probably should try reference ${prefix} too). the present hardcoded socket path, /tmp, isnt really correct. should be in /var somewhere really.