summaryrefslogtreecommitdiffstats
path: root/zebra
Commit message (Collapse)AuthorAgeFilesLines
...
| * Common router id.hasso2004-10-038-4/+400
| |
| * Compiler warnings fixes.hasso2004-09-267-5/+11
| |
| * 2004-09-24 Paul Jakma <paul@dishone.st>paul2004-09-242-2/+7
| | | | | | | | | | * irdp_interface.c: (no_ip_irdp_address_preference_cmd) add missing listnode declaration.
| * 2004-09-24 Paul Jakma <paul@dishone.st>paul2004-09-246-95/+99
| | | | | | | | | | | | | | | | | | | | | | | | * irdp_{interface,main}.c: lists typedef removal cleanup. update some list loops to LIST_LOOP. some miscellaneous style and indent fixups. (no_ip_irdp_address_preference_cmd) Fix delete of referenced node in loop. * irdp_packet.c: (irdp_recvmsg) Fix buggy assignment of integer to pointer. * if_ioctl{,_solaris}.c: lists typedef removal cleanup. update some list loops to LIST_LOOP.
| * Remove usage of evil list and listnode typedefs.hasso2004-09-239-31/+35
| |
| * 2004-09-22 Paul Jakma <paul.jakma@sun.com>paul2004-09-222-1/+7
| | | | | | | | | | | | * zserv.c: (zsend_route_multipath) fix nasty bad memset of struct in_addr to sizeof(struct in6_addr), causing odd and hard to debug crash.
| * Cosmetical fixes in vty help.hasso2004-09-111-0/+3
| |
| * Commit my hack (yes, I still call it hack) - command line switch for zebrahasso2004-08-313-17/+88
| | | | | | | | daemon to change netlink receive buffer size.
| * Remove dead file.hasso2004-08-311-569/+0
| |
| * 2004-08-26 Miles Nordin <carton@Ivy.NET>gdt2004-08-262-6/+12
| | | | | | | | | | | | * ipforward_sysctl.c (mib_ipv6): Use size_t for len, per sysctl(3), rather than int. (Needed on NetBSD/alpha to display forwarding status correctly.)
| * 2004-08-23 Paul Jakma <paul@dishone.st>paul2004-08-232-10/+8
| | | | | | | | | | * zebra/zserv.c: (zebra_init) remove implicit ip forward enabling * NEWS: warn about forwarding change
| * 2004-08-19 Paul Jakma <paul@dishone.st>paul2004-08-193-3/+9
| | | | | | | | | | | | * irdp_main.c: update to match sockopt renames. * irdp_packet.c: include sockopt.h and update to match sockopt renames.
| * Include padding in control message length.gdt2004-08-111-1/+1
| | | | | | | | Inspired by netbsd:src/usr.sbin/rtadvd/rtadvd.c (from KAME).
| * 2004-08-11 Greg Troxel <gdt@fnord.ir.bbn.com>gdt2004-08-112-20/+27
| | | | | | | | | | | | | | * rtadv.c (rtadv_send_packet): Allocate space for control messages more carefully; it was wrong on NetBSD/sparc where CMSG alignment is to 8 bytes instead of 4, and overwriting the address. Use the provided macros for determining lengths.
| * Add extra padding in cmsgdata buffer; there wasn't enough ongdt2004-08-111-1/+18
| | | | | | | | | | | | | | | | NetBSD/sparc, resulting in overwriting the address. Add code to check if overwriting is happening, at least for now. Set msg_flags to MSG_DONTROUTE; they had been stack garbage.
| * Remove pointless privilege lower call. Thanks to Cougar for noticing.hasso2004-08-061-5/+3
| |
| * (somewhat unrelated cleanups, but all are very minor)gdt2004-07-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com> * */Makefile.am: Use ../dir/libfoo.la, rather than "-L../dir -lfoo", to avoid linking against installed libraries from a previous version. * {lib,ospfd,ospfclient}/Makefile.am: explicitly define the shared library version number to be 0.0 * configure.ac: remove spurious , so extract.pl is chmod'd +x. * HACKING: explain shared library versioning rules
| * 2004-07-23 Sowmini Varadhan <Sowmini.Varadhan@Sun.COM>paul2004-07-238-12/+61
| | | | | | | | | | | | | | | | | | | | | | | | * if_ioctl_solaris.c: HAVE_IPV6 ifdef fixups * zserv.c: ditto * ioctl_solaris.c: ditto. * interface.c: cast for LLADDR * interface.h: Add guards, include redistribute.h and remove extraneous definitions of zebra_interface_{up,down}_update * ioctl.h: Add AF_IOCTL define for non SOLARIS_IPV6 * redistribute.h: include dependent header, zserv.h * zserv.h: include dependent header, rib.h
| * 2004-07-23 Paul Jakma <paul@dishone.st>paul2004-07-233-11/+10
| | | | | | | | | | | | * irdp_main.c: use setsockopt_pktinfo_ipv4 * irdp_packet.c: use SOPT_SIZE_CMSG_PKTINFO_IPV4 and getsockopt_pktinfo_ifindex()
| * Update cvsignore, add .libspaul2004-07-231-0/+1
| |
| * 004-07-13 David Wiggins <dwiggins@bbn.comgdt2004-07-132-1/+5
| | | | | | | | | | | | | | | | * kernel_socket.c (rtm_flag_dump): terminate buffer with '\0', not '0'. This is arguably not a security problem, since strlcat is used to copy to the buffer -gdt.
| * Creating irdp socket requires more privileges.hasso2004-07-132-0/+16
| |
| * 1) extract.pl is braindead, but I will not touch it willingly.hasso2004-07-122-9/+14
| | | | | | | | 2) Following common style is always better anyway.
| * Add libtool support.libtool-aftergdt2004-06-303-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libzebra and libospfapiclient are now built shared, and linked shared with the daemons. This reduces the memory needed when running multiple daemons; each daemon is at least 150k smaller. Static libraries are still built, and libtool should use them on platforms which don't have shared libaries. As with autoconf, the user of a distribution does not need libtool; one just needs that to build from CVS. libospf.a is still a non-shared library, and still installed, not because that makese sense, but because I don't understand why it is the way it is now. Note that the tree was tagged 'libtool-before' just before this commit.
| * Removing code which looked at current dir for config file before attemptinghasso2004-06-201-2/+1
| | | | | | | | to read system one.
| * OK, here it is - irdp support. But don't expect me to fix any bugs in it.hasso2004-06-129-75/+1601
| |
| * CVS ignore Linux NFS silly-delete .nfs* filespaul2004-06-061-0/+1
| |
| * Router advertisement cleanup. Removed compatibility command because it'shasso2004-05-182-78/+200
| | | | | | | | | | | | very annoying to have both obsolete "prefix-advertisement" and "prefix" in completion. We will break configuration anyway with secondary cleanup, so just remember mention it in release notes.
| * 2004-05-11 Paul Jakma <paul@dishone.st>paul2004-05-114-5/+23
| | | | | | | | | | | | | | | | * ioctl.h: Add if_ioctl_ipv6 prototype and AF_IOCTL for SOLARIS_IPV6 * kernel_socket.c: Fix SAROUNDUP, compiler doesnt like do..while RHS in assignments :) * redistribute.c: (zebra_interface_delete_update) only used if RTM_IFANNOUNCE and NETLINK is available.
| * 2004-05-11 Paul Jakma <paul@dishone.st>paul2004-05-113-53/+13
| | | | | | | | | | | | | | * Makefile.am: support for IOCTL_METHOD, as per Sowmini's patch. * if_ioctl_solaris.c: Fixup some erroneous privilege changes and add privs.h header. * ioctl_solaris.c: ditto
| * 2004-05-11 Paul Jakma <paul@dishone.st>paul2004-05-112-5/+11
| | | | | | | | | | | | | | * configure.ac: Add solaris support for the zebra/*_solaris method's, based on Sowmini's patches. * zebra/Makefile.am: support for IOCTL_METHOD, as per Sowmini's patch.
| * 2004-05-09 Paul Jakma <paul@dishone.st>paul2004-05-093-1/+774
| | | | | | | | | | | | | | | | | | | | * if_ioctl_solaris.c: Add zprivs support. * ioctl_solaris.c: ditto. 2004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com> * if_ioctl_solaris.c: New file, Solaris interface ioctl methods. * ioctl_solaris.c: New file, Common solaris ioctl methods.
| * 2004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>paul2004-05-092-6/+8
| | | | | | | | * ipforward_solaris.c: fix typo of ND variable.
| * 2004-05-09 Paul Jakma <paul@dishone.st>paul2004-05-095-10/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * ioctl.c: (if_get_mtu) set mtu6 to mtu * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu * rt_netlink.c: (netlink_interface) set mtu6 to mtu (netlink_link_change) ditto 2004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com> * interface.c: (if_delete_update) only used with HAVE_NETLINK and RTM_IFANNOUNCE. (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags (if_dump_vty) print mtu6 if not same as mtu
| * 2004-05-09 Paul Jakma <paul@dishone.st>paul2004-05-094-568/+249
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * zserv.c: (zsend_route_multipath) Set the nexthop_num field correctly. Add NEXTHOP_TYPE_IPV6_IFNAME for v6. Conditionally set ZAPI_MESSAGE_METRIC flag - only for adds. (zsend_ipv4_add) cruft, deleted. (zsend_ipv4_delete) ditto. (zsend_ipv6_add) ditto. (zsend_ipv6_delete) ditto. 2004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com> * zserv.c: (zsend_ipv{4,6}_{add,delete}_multipath) collapsed into single zsend_route_multipath function. (zsend_interface_{up,down}) collapsed into zsend_interface_update. (zsend_interface_address_{add,delete}) collapsed into zsend_interface_address. (zsend_interface_add) send mtu6. (zsend_interface_delete) ditto. (zebra_write) remove unused function. (various) Apply static qualifier. Add comments. * zserv.h: Definitions changed as per above. * redistribute.c: Changes as per zserv.c.
| * [quagga-dev 1002]. Also fix date of previous commit in Chanelog.hasso2004-04-062-2/+13
| |
| * * Fixed lowering privileges in proc ipforward method.hasso2004-04-062-18/+43
| | | | | | | | | | * Fixed "(no) ipv6 forwarding" command logic. * Added --disable-capabilities switch to configure.
| * Readded SIGTERM handling into sigevent stuff. Fixes bugzilla #85.hasso2004-03-221-0/+4
| |
| * Temorary secondary-label fix. Real fix from Gilad will follow after release.hasso2004-03-182-0/+29
| |
| * Fix bugzilla #82.hasso2004-03-171-1/+1
| |
| * 2004-03-16 David Young <dyoung@pobox.com>gdt2004-03-161-1/+1
| | | | | | | | | | | | | | | | | | * (many) reference <lib/version.h> rather than "version.h", because version.h is a generated file and not present in the source tree when using objdir builds. (committed by gdt) works fine with normal builds; didn't try objdir
| * Fix help. "ipv6 ..." commands are for IPv6.hasso2004-03-111-2/+2
| |
| * Fix warning. Approved by Amir.hasso2004-03-041-1/+1
| |
| * Many warning fixes from PC Drew ([quagga-dev 940]) and removing using PAGERhasso2004-03-043-1/+14
| | | | | | | | from vtysh ([quagga-dev 932]).
| * Added "ipv6 forwarding" command and fixed "no ipv6 forwarding" help.hasso2004-02-112-2/+24
| |
| * 2004-01-19 Paul Jakma <paul@dishone.st>paul2004-01-191-36/+19
| | | | | | | | | | | | | | * tests/test-sig.c: New file, regression test for sigevents. * lib/Makefile.am: add sigevent.{c,h} * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents. * zebra/main.c: ditto.
| * 2004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>gdt2004-01-082-9/+21
| | | | | | | | | | | | | | * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer for reading kernel messages to ensure enough space (necessary on Solaris due to sockaddr_dl being large). Thanks to Sowmini Varadhan for help with this change.
| * change perror to zlog_errgdt2004-01-062-2/+9
| |
| * 2004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>gdt2004-01-062-94/+77
| | | | | | | | | | | | | | | | | | * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code to find the sockaddr_dl in all cases, narrowing the Solaris ifdef to just the accomodation of broken kernels. Check sockaddr_dl carefully up front, and later assume any non-NULL sdl pointer is valid. Clean up types and variable declarations, and rename WRAPUP to SAROUNDUP to make the name fit the behavior.
| * increase buffer size for kernel readsgdt2004-01-062-1/+16
| |