Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-04 | 2005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* NEWS: Note improved logging facilities. | |||
2005-01-02 | Reverting some int -> unsigned int fixes in command.c for now. Fixes crash | hasso | |
described in [quagga-dev 2292]. | |||
2005-01-01 | More cleanup in isisd. | hasso | |
2005-01-01 | Move TODO items from isid to the common TODO. | hasso | |
2005-01-01 | There is no need to keep this directory. | hasso | |
2005-01-01 | Make authentication of SNPs work correctly - ie. conditionally like it is in | hasso | |
IOS. | |||
2004-12-30 | 2004-12-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* ospf_network.c: Improve all setsockopt error messages to give detailed information on the arguments. | |||
2004-12-30 | Add comment explaining about limit of 20 joined groups on a socket. | gdt | |
2004-12-29 | 2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* ospf_packet.c: (ospf_db_desc) Reduce severity of "Negotiation done" messages from LOG_WARNING to LOG_INFO, since this seems to be normal. | |||
2004-12-29 | 2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* ospf_packet.c: (ospf_read) Always look up the interface if ospf_recv_packet returns NULL ifp, since some platforms such as Solaris 8 appear to support ifindex retrieval but don't. | |||
2004-12-29 | add XXX comment that perhaps we need to recover from short headers. | gdt | |
2004-12-29 | Really fix crashes now. Revert isis_circuit_update_params() part of previous | hasso | |
commit. Replace all if_is_up() calls with if_is_operative(). | |||
2004-12-29 | 2004-12-29 Greg Troxel <gdt@poblano.ir.bbn.com> | gdt | |
* sockopt.c (getsockopt_ipv4_ifindex): Document calling convention. Beef up comments. Handle the case where the cmsghdr has a zero controllen, or more specifically when the wanted option is not present. This is needed for Solaris 8, and in general for any platform for which configure finds a method and it can fail. Mark some changes with XXX to be cleaned up post 0.98. | |||
2004-12-29 | Don't crash during interface up/down events. | hasso | |
2004-12-29 | 2004-12-29 Greg Troxel <gdt@poblano.ir.bbn.com> | gdt | |
* sockopt.c (getsockopt_ipv4_ifindex): Return 0 when passed a NULL cmsghdr pointer. I believe this will avoid ospfd crashing on Solaris 8, which seems to define IP_RECVIF but not actually implement it. | |||
2004-12-29 | 2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* configure.ac: Add new option --enable-gcc-rdynamic to link with -rdynamic. | |||
2004-12-29 | 2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* watchquagga.c: In several places, cast pid_t to int for printf to avoid complaints on Solaris 8. | |||
2004-12-29 | 2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* watchquagga.c: Fix headers: get most stuff from zebra.h. | |||
2004-12-28 | 2004-12-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* sockopt.c: (setsockopt_ipv4_ifindex) Improve error message. When neither IP_PKTINFO nor IP_RECVIF is defined, make return value deterministic (-1). | |||
2004-12-28 | 2004-12-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* thread.c: (funcname_thread_add_timer_msec) Reduce overflow risk. | |||
2004-12-24 | *.c: Change level of debug messages to LOG_DEBUG. | hasso | |
2004-12-24 | zlog_* cleanup. Level of debug messages to LOG_DEBUG. | hasso | |
2004-12-23 | 2004-12-23 Paul Jakma <paul@dishone.st> | paul | |
configure.ac: Bump version to 0.97.4 doc/quagga.info: ditto (autogenerated file) | |||
2004-12-23 | 2004-12-23 Paul Jakma <paul@dishone.st> | paul | |
* watchquagga.c: Add missing getopt.h include | |||
2004-12-23 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* redhat/quagga.spec.in: daemonv6_list should contain only IPv6 daemons. | |||
2004-12-22 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* redhat/quagga.spec.in: Add watchquagga, and fix some other logic to make sure that all daemons are restarted on upgrades and stopped on package removal. | |||
2004-12-22 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* watchquagga.c: Try for gcc 2.95 compatibility (avoid %z and a tricky initialization). | |||
2004-12-22 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* connected.c: (connected_add_ipv4) Limit warning about /32 addresses with no peer specified to PtP interfaces only. | |||
2004-12-22 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* redhat/quagga.sysconfig: Define some variables to support watchquagga. | |||
2004-12-22 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* watchquagga.c: Add -b option to circumvent difficulties passing embedded spaces in command-line arguments. This is an ugly hack, we should probably use a config file instead. | |||
2004-12-22 | Show sums of checksums in "show ip ospf" output. Okayed by Paul and James | hasso | |
R. Leu (author of original idea). | |||
2004-12-22 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* watchquagga.c: Use new config.h define for DAEMON_VTY_DIR. | |||
2004-12-22 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* configure.ac: Add a define for DAEMON_VTY_DIR in config.h. | |||
2004-12-22 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* watchquagga.c: Get PATH_WATCHQUAGGA_PID from config.h. | |||
2004-12-22 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* {configure.ac,Makefile.am}: Build watchquagga by default. | |||
2004-12-22 | Fix "show ip ospf" output. If router is configured as "translate-never", we | hasso | |
say so - we can never be translator. | |||
2004-12-22 | More cosmetical vtysh fixes. | hasso | |
2004-12-22 | Show debug configuration in vtysh. | hasso | |
2004-12-22 | No delimiter between "ip forwarding" and "ipv6 forwarding". | hasso | |
2004-12-22 | 2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* .cvsignore: Added. | |||
2004-12-22 | 2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* NEWS: Note addition of watchquagga. * HACKING: Note that watchquagga is in testing phase. | |||
2004-12-22 | 2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* watchquagga: New watchquagga daemon. | |||
2004-12-22 | 2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* redhat/Makefile.am: Added watchquagga.init to EXTRA_DIST. | |||
2004-12-22 | 2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* redhat/watchquagga.init: New file, init script for watchquagga. | |||
2004-12-22 | 2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* {ChangeLog,watchquagga.c,Makefile.am}: Created. | |||
2004-12-22 | 2004-12-21 Paul Jakma <paul.jakma@sun.com> | paul | |
* stream.c: Dont allocate streams with 0 sized data buffers | |||
2004-12-21 | 2004-12-21 Paul Jakma <paul.jakma@sun.com> | paul | |
* if.h: Add more 'non-generic' IFF_ flags. * if.c: IFF_NOXMIT/IFF_VIRTUAL interfaces are 'loopback like' | |||
2004-12-18 | Fix "show ipv6 route <proto>" command. | hasso | |
2004-12-18 | Add isisd.8 into list of man pages. | hasso | |
2004-12-17 | 2004-12-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | |
* command.c: (do_echo) Added new "echo" command, useful for watchdog pinging to make sure the daemon is responsive. |