summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2004-05-01 rivo nurges <rix@estpak.ee>paul2004-05-012-0/+14
| | | | * bgp_route.c: fix UNH IOL BGP-4.1.12f
* 2004-05-01 Paul Jakma <paul@dishone.st>paul2004-05-018-159/+215
| | | | | * Revert the attempted clean-up of the dummy peer hack, reverts patchsets 435 (see 2004-02-17 below) and 456.
* More supported RFCs added.hasso2004-04-261-0/+6
|
* Don't ignore reject/bh routes. Discussed with Paul in IRC.hasso2004-04-232-6/+13
|
* 2004-04-21 Boris Kovalenko <boris@tagnet.ru>paul2004-04-212-1/+5
| | | | * daemon.c: (daemon) fix check for error return from setsid
* Some ospfd fixes - [quagga-dev 1032], [quagga-dev 1048], [quagga-dev 1058].hasso2004-04-204-4/+20
|
* Update cease codes in bgp_debug.c file as well. Just update to patch fromhasso2004-04-202-1/+4
| | | | Rivo.
* 2004-04-16 rivo nurges <rix@estpak.ee>paul2004-04-205-3/+32
| | | | | * bgpd.h: update cease subcodes to draft-ietf-idr-cease-subcode-05 * bgpd.h, bgpd.c, bgp_route.c, bgp_route.h: fix UNH IOL BGP-4.1.6a
* Fix typo to make it compile.hasso2004-04-201-1/+1
|
* Fix debug message and make it conditional.hasso2004-04-201-1/+2
|
* Ooops. Check if area-id format is valid.hasso2004-04-191-0/+8
|
* ****! What else I will discover while documenting this code? Remove uselesshasso2004-04-193-11/+9
| | | | warnings and update documentation.
* Don't assume anything. I'm tired ...hasso2004-04-191-7/+10
|
* Document summarizing and filtering ABR commands. Native speakers, pleasehasso2004-04-191-2/+66
| | | | review and fix my awful english ;).
* Fix obviously wrong info in documentation.hasso2004-04-171-6/+9
|
* 2004-04-08 Paul Jakma <paul@dishone.st>paul2004-04-084-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 outgdt2004-04-071-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.hasso2004-04-062-2/+13
|
* * Fixed lowering privileges in proc ipforward method.hasso2004-04-064-33/+68
| | | | | * Fixed "(no) ipv6 forwarding" command logic. * Added --disable-capabilities switch to configure.
* Vtysh fixes:hasso2004-04-063-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/x86hasso2004-04-042-0/+9
|
* Require automake 1.7 or higher. Fixes problem reported by Giladgdt2004-03-301-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.hasso2004-03-226-0/+25
|
* Fixing ospf6d as well and move Changelog entry from ospfd to general one.hasso2004-03-203-13/+15
|
* *** empty log message ***hasso2004-03-203-3/+3
|
* Fix segfault in ospfd - [quagga-dev 980].hasso2004-03-202-1/+12
|
* Fix warning.hasso2004-03-191-1/+1
|
* Amir's fix case where opaque capability is switched "ON -> OFF -> ON".hasso2004-03-182-6/+27
| | | | [quagga-dev 843]
* Temorary secondary-label fix. Real fix from Gilad will follow after release.hasso2004-03-182-0/+29
|
* From Sowmini fix for crash reported in [quagga-dev 929].hasso2004-03-182-2/+8
|
* Fix bugzilla #82.hasso2004-03-173-2/+7
|
* 2004-03-16 David Young <dyoung@pobox.com>gdt2004-03-1617-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.hasso2004-03-111-5/+3
|
* Fix help. "ipv6 ..." commands are for IPv6.hasso2004-03-111-2/+2
|
* Document VTYSH_PAGER and fix bugreporting address.hasso2004-03-041-1/+5
|
* Fix warning. Approved by Amir.hasso2004-03-041-1/+1
|
* Many warning fixes from PC Drew ([quagga-dev 940]) and removing using PAGERhasso2004-03-0415-18/+79
| | | | from vtysh ([quagga-dev 932]).
* [quagga-dev 489] - fix ripd version send by Krzysztof Oledzki.hasso2004-03-032-3/+3
|
* "show ip rip" fix from Krzysztof Oledzki ([quagga-dev 437]).hasso2004-03-032-2/+6
|
* Fix typo in comment.hasso2004-02-221-1/+1
|
* Zebra -> Quagga and reformatting.hasso2004-02-201-21/+20
|
* Report quagga bugs to quagga bugzilla.hasso2004-02-206-7/+7
|
* Fix vty address handling and added pid file stuff.hasso2004-02-201-2/+11
|
* Report quagga bugs to quagga bugzilla.hasso2004-02-201-1/+1
|
* 2004-02-19 Sowmini Varadhan <sowmini.varadhan@sun.com>paul2004-02-192-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>paul2004-02-181-4/+0
| | | | | * redhat/quagga.spec.in: remove references to patch files which were accidently committed.
* 2004-02-17 Paul Jakma <paul@dishone.st>paul2004-02-173-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>paul2004-02-177-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 codegdt2004-02-131-0/+4
| | | | change - just notes to others).
* add an XXX at a point where ifindex_num is assumed to be one w/ogdt2004-02-131-0/+1
| | | | checking.