summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2003-12-23 Krzysztof Oledzki <oleq@ans.pl>gdt2003-12-232-10/+17
| | | | | | * bgp_network.c: drop privs on error cases (from [quagga-dev 438])
* Remove generated file.hasso2003-12-231-529/+0
|
* Some fixes to isisd done by me and Cougar in the spring of 2003. Seehasso2003-12-2310-42/+91
| | | | changelog for details.
* Let's use 2608/tcp for isisd.jardin2003-12-232-0/+3
|
* Add .cvsignorehasso2003-12-231-0/+6
|
* Changelog entry about isisd integration. Sorry about previous commithasso2003-12-231-0/+5
| | | | without message. Fingers worked faster than brain ;(.
* 2607/tcp is already used by ospfapi.jardin2003-12-232-2/+3
| | | | Let's use 2608/tcp for isisd.
* *** empty log message ***hasso2003-12-235-8/+70
|
* Add comments about isisd integration.jardin2003-12-231-0/+4
|
* Merge isisd into the Quagga's framework:jardin2003-12-2328-144/+548
| | | | | | | | | | - add privs support - use misc quagga's definitions - make it compile"able" - fix segfault cases related to hostname() - add debug isis xxx command This patch has been approved by Paul Jakma.
* Initial revisionjardin2003-12-2376-0/+45393
|
* Reorder free(f); unlink(f); to unlink before freeing.import_isisd_sf_20031223gdt2003-12-222-2/+7
|
* 2003-12-22 Christian Hammers <ch@lathspell.de>gdt2003-12-229-10/+77
| | | | | | * configure.ac (and everywhere a regular file is opened for writing): use file permissions from configure rather than compiled-in umask.
* Revert my "microfix". It was caused by misreading code. Gilad is right ashasso2003-12-222-6/+6
| | | | always.
* note that order of = items is undefined, probablygdt2003-12-221-0/+4
|
* comments about struct listgdt2003-12-221-0/+5
|
* add comments clarifying the operation of listnode_add_sortgdt2003-12-221-1/+7
|
* add question about changelog usagegdt2003-12-221-1/+5
|
* lib/if.c part from [quagga-dev 552] and lib/inklist.c part from [quagga-devhasso2003-12-213-8/+12
| | | | 555]. Okayed by Paul.
* rough cut at committing guidelinesgdt2003-12-191-0/+69
|
* {lib,ospfd,ospfapi}/Makefile.am:gdt2003-12-085-3/+19
| | | | | Use pkginclude_HEADERS rather than include_HEADERS to place includes in ${prefix}/include/quaggainstead of polluting ${prefix}/include.
* 2003-12-08 Mattias Amnefelt <mattiasa@kth.se?paul2003-12-082-2/+7
| | | | | * ospf_packet.c: (ospf_recv_packet) OpenBSD now leaves iph.ip_len network byte order. (bugzilla #67).
* 2003-12-06 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>paul2003-12-061-1/+1
| | | | | * ospfd/ospf_flood.c: (ospf_flood_through_interface) fix compile warning.
* * ospfd.c (ospf_network_match_iface): Rewrite code for claritygdt2003-12-052-6/+35
| | | | | | | | while trying not to change semantics. Add ifdefed-out code to avoid matching ppp interfaces whose destination address does not also match the prefix under consideration, to help out people with problems due to as-yet-unfixed bugs with p2p interfaces coming and going.
* fix exampledir processing bug; it failed when neither exampledir norgdt2003-12-042-2/+8
| | | | | sysconfdir were specified, due to incorrect extra quoting of sysconfdir. Thanks to Vincent Jardin for the bug report.
* Enable rtadv by default.gdt2003-12-032-5/+16
| | | | Resolves bug #66.
* reorder includes to avoid warning.gdt2003-12-032-1/+6
| | | | fixes rest of bug #62
* check for v6 header files after we figure out whether we are doing v6gdt2003-12-032-5/+16
| | | | | | and if so which flavor. Fixes 99% of bugzilla bug #62.
* Add support for --enable-exampledir to specify where to place examplegdt2003-12-039-8/+33
| | | | | | | | files, defaulting to sysconfdir (matching previous behavior). This is needed to support (cleanly) NetBSD pkgsrc, which requires that example config files go in $(prefix)/share/examples/pkgname, rather than in $(prefix)/etc/pkgname.
* Added info about -A and -u command line switches to man pages.hasso2003-11-277-1/+110
|
* 2003-11-17 Jay Fenlason <fenlason@redhat.com>paul2003-11-171-0/+7
| | | | | | * zebra/rt_netlink.c: netlink_parse_info() ignore messages which are not from kernel. Reported to RH by Herbert Xu. See http://rhn.redhat.com/errata/RHSA-2003-307.html and CAN-2003-0858.
* 2003-11-17 sowmini.varadhan@sun.compaul2003-11-171-5/+28
| | | | | * ripd/ripd.c: rip_output_process() fixup aspects of split-horizon route suppression. See [quagga-dev 429].
* 2003-11-17 Hasso Tepper <hasso@estpak.ee>paul2003-11-171-0/+2
| | | | | * ripd/ripd.c: rip_create_socket() privs were not dropped if bind failed.
* 2003-11-17 Hasso Tepper <hasso@estpak.ee>paul2003-11-171-4/+14
| | | | | * ripngd/ripngd.c: ripng_make_socket() add calls to raise/lower privs.
* 2003-11-10 Claus Endres <claus@endresconsulting.com>paul2003-11-101-1/+3
| | | | | | | * ospfd/ospf_interface.c: (ospf_if_table_lookup) grab reference to rn->info /before/ calling route_unlock_node() as some systems may deliberately poison freed memory, eg FreeBSD 5.1. see [quagga-dev 417].
* 2003-11-10 Lorenzo Colitti <lorenzo@ripe.net>paul2003-11-101-2/+2
| | | | | * bgpd/bgp_dump.c: (bgp_dump_routes_entry) call dump_bgp_routes_attr() with a prefix.
* 2003-11-03 Paul Jakma <paul@dishone.st>paul2003-11-031-1/+1
| | | | | * bgpd/bgp_route.c: Delete some extraneous whitespace. Credit to a person on #quagga whose name I unfortunately can not recall.
* 2003-11-02 Paul Jakma <paul@dishone.st>quagga_0_96_4_releasepaul2003-11-021-1/+0
| | | | | * redhat/quagga.spec.in: dont specify --with-cflags. rpmbuild sets CFLAGS.
* 2003-11-02 Paul Jakma <paul@dishone.st>paul2003-11-021-0/+13
| | | | * NEWS: Update for 0.96.4 release
* 2003-11-02 Paul Jakma <paul@dishone.st>paul2003-11-021-0/+277
| | | | * ChangeLog: Update with logs from last 2 releases.
* 2003-11-02 Paul Jakma <paul@dishone.st>paul2003-11-021-0/+5
| | | | | * redhat/quagga.spec.in: Install libzebra headers with -devel package.
* 2003-11-02 Paul Jakma <paul@dishone.st>paul2003-11-021-1/+8
| | | | * configure.ac: FreeBSD has net-snmp in /usr/local.
* 2003-11-02 Krzysztof Oledzki <oleq@ans.pl>paul2003-11-021-0/+2
| | | | | | * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which caused zebra to read all routes in all tables, rather than just the main table. See [quagga-dev 280].
* 2003-11-02 Paul Jakma <paul@dishone.st>paul2003-11-021-11/+30
| | | | | | * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address' route map command so that vtysh can use it. Modified version of Hasso Tepper's patch. Fixes bug #52.
* 2003-10-31 Paul Jakma <paul@dishone.st>paul2003-10-311-1/+1
| | | | * configure.ac: newline not escaped in CHECK_HEADERS
* 2003-10-30 Paul Jakma <paul@dishone.st>paul2003-10-301-3/+3
| | | | | * configure.ac: netinet/in_systm.h is yet another well-known header file we really should be checking for.
* 2003-10-30 sowmini.varadhan@sun.compaul2003-10-301-2/+4
| | | | * lib/pid_output.c: (pid_output_lock) undo paulj's mindless edit.
* 2003-10-29 Paul Jakma <paul@dishone.st>paul2003-10-291-95/+110
| | | | | | | | | | * lib/routemap.c: (route_map_apply_index) renamed to route_map_apply_match. (route_map_apply_match) Take rule list as argument rather than index. concentrate solely on match logic. (route_map_apply) Properly implement the route map statement logic, according to the table, especially the on-match exit policy.
* 2003-10-27 Gilad Arnold <gilad.arnold@terayon.com>paul2003-10-281-7/+13
| | | | | | | | | * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath limit when setting changed flag to avoid spurious changes. (static_install_ipv{4,6}) dont uninstall by default, might not be required - avoid spurious uninstalls. (static_uninstall_ipv{4,6}) only uninstall the route if its actually FIB route.
* 2003-10-27 Paul Jakma <paul@dishone.st>paul2003-10-272-25/+0
| | | | | * lib/if.{ch}: remove ifc_pointtopoint() - left over from the reverted RFC3021 patch.