Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 2004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com> | paul | 2004-05-08 | 3 | -5/+53 | |
| | | | | | | | | | * if.h: Add mtu6 field to struct interface, IPv6 MTU may differ from IPv4, and Solaris treats the MTU's differently. Add connected_add_by_prefix, for use by later patch. * if.c: (connected_add_by_prefix) Add prefix to connected list. (if_flag_dump) Solaris: Dump IFF_IPv4/6 flag (if_dump) Dump mtu6 flag, for HAVE_IPV6. | |||||
* | 2004-05-05 Paul Jakma <paul@dishone.st> | paul | 2004-05-05 | 2 | -13/+20 | |
| | | | | | | * ospf_network.c: (ospf_sock_init) Check whether IP_HDRINCL is defined. Warn at compile and runtime. Use IPTOS_PREC_INTERNETCONTROL otherwise. | |||||
* | 2004-05-05 Paul Jakma <paul@dishone.st> | paul | 2004-05-05 | 2 | -10/+22 | |
| | | | | | | * ospf_interface.c: (ospf_vl_set_params) Catch changes of interface address for either end of a virtual-link, and hence potential cost changes. | |||||
* | 2004-05-05 Paul Jakma <paul@dishone.st> | paul | 2004-05-05 | 4 | -95/+181 | |
| | | | | | | | | | | | | | | | * ospf_packet.c: (ospf_associate_packet_vl) cleanup, move some of the checks up to ospf_read, return either a virtual link oi, or NULL. (ospf_read) Cleanup, make it responsible for checks. Remove the nbr lookup - moved to ospf_neighbor. Adjust all nbr lookups to use new wrappers exported by ospf_neighbor. * ospf_neighbor.h: Add ospf_neigbour_get and ospf_nbr_lookup. * ospf_neighbor.c: (ospf_neigbour_get) Index ospf_interface neighbour table by router-id for virtual-link ospf_interfaces, not by peer_addr (which breaks for asymmetric vlinks) (ospf_nbr_lookup) add a wrapper for nbr lookups to deal with above. | |||||
* | 2004-05-05 Anthony.Golia@morganstanley.com | paul | 2004-05-05 | 2 | -1/+21 | |
| | | | | | * ripd.c: (rip_update_jitter) Bound jitter to a more sensible value, eg 1/4 of update time. | |||||
* | 2004-05-04 Andrew J. Schorr <aschorr@telemetry-investments.com>quagga_0_96_5_release | paul | 2004-05-04 | 1 | -6/+6 | |
| | | | | * redhat/quagga.logrotate: fix paths | |||||
* | 2004-05-03 Paul Jakma <paul@dishone.st> | paul | 2004-05-03 | 2 | -174/+178 | |
| | | | | | * ripd.c: (rip_rte_process) fix typo in merge of previous patch and run function through indent. | |||||
* | 2004-05-03 Daniel Roesen <dr@cluenet.de> | paul | 2004-05-03 | 2 | -3/+8 | |
| | | | | | | * bgp_fsm.c: (bgp_stop) Reset uptime only on transition from Established so that it reflects true downtime (rather time since last transition, eg Active->Idle) | |||||
* | 2004-05-03 Paul Jakma <paul@dishone.st> | paul | 2004-05-03 | 1 | -2/+2 | |
| | | | | * bump version to 0.96.5 | |||||
* | 2004-03-19 Jean-Yves Simon <lethalwp@tiscali.be> | paul | 2004-05-01 | 2 | -5/+24 | |
| | | | | | * ripd.c: make ripd also check on administrative distance of his own links to update routes. | |||||
* | 2004-05-01 rivo nurges <rix@estpak.ee> | paul | 2004-05-01 | 2 | -0/+14 | |
| | | | | * bgp_route.c: fix UNH IOL BGP-4.1.12f | |||||
* | 2004-05-01 Paul Jakma <paul@dishone.st> | paul | 2004-05-01 | 8 | -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. | hasso | 2004-04-26 | 1 | -0/+6 | |
| | ||||||
* | Don't ignore reject/bh routes. Discussed with Paul in IRC. | hasso | 2004-04-23 | 2 | -6/+13 | |
| | ||||||
* | 2004-04-21 Boris Kovalenko <boris@tagnet.ru> | paul | 2004-04-21 | 2 | -1/+5 | |
| | | | | * daemon.c: (daemon) fix check for error return from setsid | |||||
* | Some ospfd fixes - [quagga-dev 1032], [quagga-dev 1048], [quagga-dev 1058]. | hasso | 2004-04-20 | 4 | -4/+20 | |
| | ||||||
* | Update cease codes in bgp_debug.c file as well. Just update to patch from | hasso | 2004-04-20 | 2 | -1/+4 | |
| | | | | Rivo. | |||||
* | 2004-04-16 rivo nurges <rix@estpak.ee> | paul | 2004-04-20 | 5 | -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. | hasso | 2004-04-20 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| |