Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix debug message and make it conditional. | hasso | 2004-04-20 | 1 | -1/+2 | |
| | ||||||
* | Ooops. Check if area-id format is valid. | hasso | 2004-04-19 | 1 | -0/+8 | |
| | ||||||
* | ****! What else I will discover while documenting this code? Remove useless | hasso | 2004-04-19 | 3 | -11/+9 | |
| | | | | warnings and update documentation. | |||||
* | Don't assume anything. I'm tired ... | hasso | 2004-04-19 | 1 | -7/+10 | |
| | ||||||
* | Document summarizing and filtering ABR commands. Native speakers, please | hasso | 2004-04-19 | 1 | -2/+66 | |
| | | | | review and fix my awful english ;). | |||||
* | Fix obviously wrong info in documentation. | hasso | 2004-04-17 | 1 | -6/+9 | |
| | ||||||
* | 2004-04-08 Paul Jakma <paul@dishone.st> | paul | 2004-04-08 | 4 | -22/+66 | |
| | | | | | | | | | | | * ospf_spf.h: Add backlink field to struct vertex * ospf_spf.h: (ospf_vertex_new) initialise backlink (ospf_lsa_has_link) return index of link back to vertex V from candidate vertex W, or -1 if no link exists. (ospf_spf_next) save backlink index for candidate vertex * ospf_interface.c: (ospf_vl_set_params) Use the backlink index to determine correct address for virtual-link peers. Fall back to older "pick first link" method if no backlink index exists. | |||||
* | add $Id:$ line, commented out | gdt | 2004-04-07 | 1 | -1/+2 | |
| | | | | | require automake 1.6, in case that helps quagga.net (paul: please try it) | |||||
* | [quagga-dev 1002]. Also fix date of previous commit in Chanelog. | hasso | 2004-04-06 | 2 | -2/+13 | |
| | ||||||
* | * Fixed lowering privileges in proc ipforward method. | hasso | 2004-04-06 | 4 | -33/+68 | |
| | | | | | * Fixed "(no) ipv6 forwarding" command logic. * Added --disable-capabilities switch to configure. | |||||
* | Vtysh fixes: | hasso | 2004-04-06 | 3 | -7/+24 | |
| | | | | | | * replace -e with -c * don't save command in history if last line is the same one * doc/help fixes | |||||
* | [quagga-dev 1005] bugzilla #86: ospf_recv_packet will fail on Solaris/x86 | hasso | 2004-04-04 | 2 | -0/+9 | |
| | ||||||
* | Require automake 1.7 or higher. Fixes problem reported by Gilad | gdt | 2004-03-30 | 1 | -1/+1 | |
| | | | | | | | | Arnold where Gentoo Linux tries to be too smart and chooses automake 1.5, which doesn't set @PACKAGE@, leading to include files being in $(prefix)/include rther then $(prefix)/include/quagga. (Since our makefiles rely on @PACKAGE@, they should have required an automake new enough to set it.) | |||||
* | Readded SIGTERM handling into sigevent stuff. Fixes bugzilla #85. | hasso | 2004-03-22 | 6 | -0/+25 | |
| | ||||||
* | Fixing ospf6d as well and move Changelog entry from ospfd to general one. | hasso | 2004-03-20 | 3 | -13/+15 | |
| | ||||||
* | *** empty log message *** | hasso | 2004-03-20 | 3 | -3/+3 | |
| | ||||||
* | Fix segfault in ospfd - [quagga-dev 980]. | hasso | 2004-03-20 | 2 | -1/+12 | |
| | ||||||
* | Fix warning. | hasso | 2004-03-19 | 1 | -1/+1 | |
| | ||||||
* | Amir's fix case where opaque capability is switched "ON -> OFF -> ON". | hasso | 2004-03-18 | 2 | -6/+27 | |
| | | | | [quagga-dev 843] | |||||
* | Temorary secondary-label fix. Real fix from Gilad will follow after release. | hasso | 2004-03-18 | 2 | -0/+29 | |
| | ||||||
* | From Sowmini fix for crash reported in [quagga-dev 929]. | hasso | 2004-03-18 | 2 | -2/+8 | |
| | ||||||
* | Fix bugzilla #82. | hasso | 2004-03-17 | 3 | -2/+7 | |
| | ||||||
* | 2004-03-16 David Young <dyoung@pobox.com> | gdt | 2004-03-16 | 17 | -16/+22 | |
| | | | | | | | | | * (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 bugreport URLs here as well. | hasso | 2004-03-11 | 1 | -5/+3 | |
| | ||||||
* | Fix help. "ipv6 ..." commands are for IPv6. | hasso | 2004-03-11 | 1 | -2/+2 | |
| | ||||||
* | Document VTYSH_PAGER and fix bugreporting address. | hasso | 2004-03-04 | 1 | -1/+5 | |
| | ||||||
* | Fix warning. Approved by Amir. | hasso | 2004-03-04 | 1 | -1/+1 | |
| | ||||||
* | Many warning fixes from PC Drew ([quagga-dev 940]) and removing using PAGER | hasso | 2004-03-04 | 15 | -18/+79 | |
| | | | | from vtysh ([quagga-dev 932]). | |||||
* | [quagga-dev 489] - fix ripd version send by Krzysztof Oledzki. | hasso | 2004-03-03 | 2 | -3/+3 | |
| | ||||||
* | "show ip rip" fix from Krzysztof Oledzki ([quagga-dev 437]). | hasso | 2004-03-03 | 2 | -2/+6 | |
| | ||||||
* | Fix typo in comment. | hasso | 2004-02-22 | 1 | -1/+1 | |
| | ||||||
* | Zebra -> Quagga and reformatting. | hasso | 2004-02-20 | 1 | -21/+20 | |
| | ||||||
* | Report quagga bugs to quagga bugzilla. | hasso | 2004-02-20 | 6 | -7/+7 | |
| | ||||||
* | Fix vty address handling and added pid file stuff. | hasso | 2004-02-20 | 1 | -2/+11 | |
| | ||||||
* | Report quagga bugs to quagga bugzilla. | hasso | 2004-02-20 | 1 | -1/+1 | |
| | ||||||
* | 2004-02-19 Sowmini Varadhan <sowmini.varadhan@sun.com> | paul | 2004-02-19 | 2 | -10/+16 | |
| | | | | | | * ospf_abr.c: (ospf_abr_update_aggregate) UNH 3.12b,c, address range should be configured with the highest cost path within the range, not lowest. | |||||
* | 2004-02-18 Paul Jakma <paul@dishone.st> | paul | 2004-02-18 | 1 | -4/+0 | |
| | | | | | * redhat/quagga.spec.in: remove references to patch files which were accidently committed. | |||||
* | 2004-02-17 Paul Jakma <paul@dishone.st> | paul | 2004-02-17 | 3 | -6/+16 | |
| | | | | | | | | | * ospf_zebra.c: (ospf_interface_delete) Do not delete the interface params, nor the interface structure, if an interface delete message is received from zebra. * ospf_interface.c: (ospf_if_delete_hook) Delete the interface params and interface, ie that which was previously removed in (ospf_interface_delete) above. | |||||
* | 2004-02-17 Paul Jakma <paul@dishone.st> | paul | 2004-02-17 | 7 | -210/+176 | |
| | | | | | | | | | | | | | | | | | * bgpd.h: (bgp_peer) add fd_local and fd_accept file descriptor's, fd becomes a pointer to one of these. * bgpd.c: (global) adjust for fact that fd is now a pointer. (peer_create_accept) removed. * bgp_route.c: (global) adjust for change of peer fd to pointer * bgp_packet.c: (bgp_collision_detect) adjust and remove the "replace with other peer" hack. * bgp_network.c: (bgp_accept) Remove the dummy peer hack. Update peer->fd_accept instead. (global) Adjust fd references - now a pointer. * bgp_fsm.c: (global) adjust peer fd to pointer. (bgp_connection_stop) new function, to stop connection. (global) adjust everything which closed peer fd to use bgp_connection_stop(). | |||||
* | add some /* XXX assert() */ for questionable assumptions (no code | gdt | 2004-02-13 | 1 | -0/+4 | |
| | | | | change - just notes to others). | |||||
* | add an XXX at a point where ifindex_num is assumed to be one w/o | gdt | 2004-02-13 | 1 | -0/+1 | |
| | | | | checking. | |||||
* | Trivial fix from Bernd Leibing <bernd.leibing@kiz.uni-ulm.de> | hasso | 2004-02-12 | 1 | -1/+1 | |
| | | | | [quagga-dev 879]. | |||||
* | Added "ipv6 forwarding" command and fixed "no ipv6 forwarding" help. | hasso | 2004-02-11 | 2 | -2/+24 | |
| | ||||||
* | Don't crash when attempting to read path->oi->ifp if oi doesn't exist any | hasso | 2004-02-11 | 4 | -17/+43 | |
| | | | | | more. I'm not sure if this read should be attempted at all, but I'm trying to keep code safe AND stable. | |||||
* | Fix by Vadim Suraev - [zebra 14710] #6. | hasso | 2004-02-11 | 2 | -1/+41 | |
| | ||||||
* | Threads usage cleanup. Still at least one bug to go. | hasso | 2004-02-11 | 8 | -220/+124 | |
| | ||||||
* | Yet another "set thread pointer to NULL during thread run" fix. | hasso | 2004-02-09 | 1 | -0/+1 | |
| | ||||||
* | Fixing previous commit. | hasso | 2004-01-27 | 1 | -2/+2 | |
| | ||||||
* | Make "(no) ip address x.x.x.x/x" commands work again in vtysh. | hasso | 2004-01-27 | 2 | -0/+6 | |
| | ||||||
* | 2004-01-23 sowmini.varadhan@sun.com | paul | 2004-01-23 | 4 | -40/+129 | |
| | | | | | | | | | | | | | * rip_interface.c: obsolete unbind code in rip_interface_multicast_set, and instead do the more portable (though slower) method of creating a socket for each outgoing packet and binding the source address on the new socket. * rip_interface.c, ripd.c, ripd.h: Modify rip_request_send so that source address is determined by the caller of rip_request_send for ripv1 packets and non-multicast interfaces (rip_request_send loops over all connected address in all other cases). * rip_send_packet: don't send packets with source set to ZEBRA_IFA_SECONDARY connected addresses; improved debug messages; |