OpenSourceRouting
  1. OpenSourceRouting

quagga-snap

Public
AuthorCommitMessageCommit dateIssues
hassohasso
c9e52be3f4dCompiler warnings fixes.
hassohasso
e473b032b86Compiler warnings fixes.
hassohasso
c83dcd3f81eCompile with gcc-4.0.
hassohasso
73d1aeada73* isisd.c: thread_master *master is already defined in isis_main.c.* isis_misc.[c|h], isis_lsp.[c|h]: Move static variables out of header files.
paulpaul
26f7a244d0f2004-09-24 Paul Jakma <paul@dishone.st> * irdp_interface.c: (no_ip_irdp_address_preference_cmd) add missing listnode declaration.
paulpaul
0c0f9112e152004-09-24 Paul Jakma <paul@dishone.st> * irdp_{interface,main}.c: lists typedef removal cleanup. update some list loops to LIST_LOOP. some miscellaneous style and indent fixups. (no_ip_irdp_address_preference_cmd) Fix delete of referenced node in loop. * irdp_packet.c: (irdp_recvmsg) Fix buggy assignment of integer to pointer. * if_ioctl{,_solaris}.c: lists ty...
paulpaul
1603c06ba3a2004-09-24 Paul Jakma <paul@dishone.st> * ospf_apiserver.{c,h}: (ospf_apiserver_term) loops calling ospf_apiserver_free, which deletes referenced nodes from apiserver_list, fixed.
paulpaul
a2570683546forgot to commit changelog..
paulpaul
0bfeca3f0002004-09-24 Paul Jakma <paul@dishone.st> * ospf_packet.c: (ospf_write) ifdef fragmentation support. move actual fragmentation out to a new, similarly ifdefed, function. (ospf_write_frags) fragmented write support, moved from previous.
paulpaul
87d6f87aec12004-09-24 Paul Jakma <paul@dishone.st> * ospf_apiserver.{c,h}: lists typedef removal cleanup. update some list loops to LIST_LOOP. some miscellaneous indent fixups. (ospf_apiserver_unregister_opaque_type) fix listnode_delete of referenced node in loop. * ospf_interface.h: lists typedef removal cleanup. * ospf_opaque.{c,h}: lists typedef removal cleanup. update some list...
hassohasso
52dc7ee65f8Remove usage of evil list and listnode typedefs.
paulpaul
44983cf8a9c2004-09-22 Paul Jakma <paul.jakma@sun.com> * zserv.c: (zsend_route_multipath) fix nasty bad memset of struct in_addr to sizeof(struct in6_addr), causing odd and hard to debug crash.
paulpaul
b89e60c7abd2004-09-17 Paul Jakma <paul@dishone.st> * sockopt.c: Add missing bracket
hassohasso
d9c427b21a5Yet another DIS election fix from LIU Xin - update dis_record ofadjacencies when isisd becomes DIS.
hassohasso
6785157b650Make "C" vendor routers happy - put correct prefix addresses intoreachability TLV's. Somehow it wasn't problem for "J" vendor routers.
hassohasso
a211d65dfda2004-09-20 LIU Xin <lx at ns.6test.edu.cn>* isis_dr.c, isis_events.c: Remove hello multiplier usage while scheduling DIS election. * isis_pdu.c: Don't call isis_event_dis_status_change() whenever l[1|2]_desig_is is different from hdr.lan_id.
hassohasso
12a5cae75efRework of SPF threads schedule logic. I'm not 100% sure whether it's rightthing to do to have completely separate threads for IPv4 and IPv6 SPF though. But it works and it's now possible to have both IPv4 and IPv6 enabled in interface. One bug fixed in LSP regeneration scheduling as well.
paulpaul
0b3acf4f9422004-09-17 Paul Jakma <paul@dishone.st> * ripngd/ripngd.c: move setsockopt_so_recvbuf to lib. * lib/sockopt.{c,h}: Add setsockopt_so_recvbuf, for ripd and ripngd. * ripd/ripd.c: set receive buffer to a decent size, some systems have low defaults. Problem noted and fix suggested by Stephan Schweizer in [zebra 20967].
hassohasso
bf731011ef7Another great little fix from LIU Xin.
paulpaul
2852de1c90d2004-09-17 Paul Jakma <paul@dishone.st> * vtysh.c: (vtysh_client_execute) trailling NULLs can be arbitrarily split across reads, dont get confused by this and block forever.
hassohasso
90f0c88123dThere is several new RFCs ...
hassohasso
53c997c90d7Second part of fixes from Laurent Rabret.
hassohasso
bbc9ce2aa39There is no such option any more.
hassohasso
f891f4438d6Isisd is now able to remove addresses from circuit and trigger LSP updatesif it's done. Some random fixes as well and update to sample configuration.
hassohasso
64a7afd6de6isis_pdu.c: Update l1_desig_is only if neighbor really is DIS.
hassohasso
ae399ab0cf6Disable isisd compiling by default. It compiles only in Linux and FreeBSDand works only in Linux ;(.
hassohasso
9428f2dc4e5Merge svn revisions 997 and 1000 from Zebra cvs repository.
paulpaul
b5f310cb9f72004-09-11 Paul Jakma <paul@dishone.st> * doc/quagga.texi: Update copyright. Contents should be at beginning of docs... * redhat/quagga.spec.in: wee keep_build define, to keep build dir.
paulpaul
b63dc1f30ee2004-09-13 Paul Jakma <paul@dishone.st> * Makefile.am: remove zebra/irdp.c from list - dead. * extract.pl.in: Substitute in the autoconf srcdir/builddir paths for includes to cpp.
paulpaul
33394766a502004-09-13 Paul Jakma <paul@dishone.st> * configure.ac: capitalise the package name. autoconf lowercases it for PACKAGE_TARNAME. * lib/command.c: Update the copyright string in the default motd.
paulpaul
fee0f4c62942004-09-13 Jose Luis Rubio <jrubio@dit.upm.es> (at Technical University of Madrid as part of Euro6ix Project) Enhanced Route Server functionality and Route-Maps: * bgpd/bgpd.h: Modified 'struct peer' and 'struct bgp_filter' to support rs-clients. A 'struct bgp_table *rib' has been added to the first (to mantain a separated RIB for each rs-client) and two new route-maps have been added to the last (for import/export policies). Added the following #defines...
paulpaul
0e82d0e12042004-09-13 Paul Jakma <paul@dishone.st> * Makefile.am: extract.pl isnt in srcdir, it's always in the builddir. * extract.pl.in: match on end of filenames, filename could contain various preamble due to out of tree builds.
paulpaul
72e2d828154autoreconf doesnt like top_srcdir var. update-autotools needs to -I m4 tooto ensure it's pulled in. (snapshot host depends on that script).
paulpaul
68b7339ad882004-09-12 Paul Jakma <paul@dishone.st> * ospf_packet.c: Fix bugzilla #107 (ospf_packet_max) get rid of the magic 88 constant (ospf_swab_iph_ton) new function. set ip header to network order, taking BSDisms into account. (ospf_swab_iph_toh) the inverse. (ospf_write) Add support for IP fragmentation, will only work on linux though, other kernels make it impossible. ge...
paulpaul
4fc7085cfa32004-09-11 Paul Jakma <paul@dishone.st> * ospfd.texi: OSPF MD5 auth requires stable time.
hassohasso
8d0f15fd1b8Cosmetical fixes in vty help.
hassohasso
13c48f72808Fixes from LIU Xin.
hassohasso
f390d2c7839Indentation only.No any functional changes.
hassohasso
f3f27f60fdfAdd IS-IS info into array.
paulpaul
9b29eb75f61Fix aclocal m4/ include for out-of-tree builds - all src relative pathsneed to be prefixed with $(top_srcdir)
hassohasso
4846ef64bacMerge svn revision 981 from Zebra cvs.
hassohasso
63069ad68c7Merge svn revisions 978-979 from Zebra CVS.
hassohasso
1e05838a4dbMerge svn revision 975 from Zebra repository.
hassohasso
863076db0f6Indentation consensus.
hassohasso
e949463a209Ignore generated files.
hassohasso
3d7e0736f34Ignore *.sh.
gdtgdt
b85dca3162d2004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com> * Makefile.am (EXTRA_DIST): New - just has EXTRA_DIST. (Using a directory in EXTRA_DIST in the parent was causing 'make dist' to fail.) (Now m4/Makefile* is first-class and included from top level.)
gdtgdt
cbd040847df2004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com> * Rename scripts to *.sh.in, and use autoconf-style substitution for prefix and localstatedir.
gdtgdt
630e48072a4Assorted changes from work at BBN. Most are minor, and several are in support of more significant changes not in this commit. The last item in the ChangeLog below may be needed for p2mp to work correctly.2004-08-31 David Wiggins <dwiggins@bbn.com> * hash.c (hash_iterate): Save next pointer before calling procedure, so that iteration works even if the called procedure deletes the hash backet. * linklist.h (listtail): new macro, not yet used. 2004-08-31 David Wiggins <dwiggins@bbn.com> * ospf_spf.c (ospf_spf_calculate): Many more comments and debug print statements. New function ...
gdtgdt
94755ea13e9remove zebra/irdp.c because it is no longer in the source tree.