Tag 'quagga_0_97_0_release' created by paul <paul> at 1970-01-01 00:00 -0800
Changes since bgp_rserver_after:
gdt (2):
2004-10-07 Greg Troxel <[email protected]>
2004-10-07 Greg Troxel <[email protected]>
hasso (38):
Merge svn revisions 997 and 1000 from Zebra cvs repository.
Disable isisd compiling by default. It compiles only in Linux and FreeBSD
isis_pdu.c: Update l1_desig_is only if neighbor really is DIS.
Isisd is now able to remove addresses from circuit and trigger LSP updates
There is no such option any more.
Second part of fixes from Laurent Rabret.
There is several new RFCs ...
Another great little fix from LIU Xin.
Rework of SPF threads schedule logic. I'm not 100% sure whether it's right
2004-09-20 LIU Xin <lx at ns.6test.edu.cn>
Make "C" vendor routers happy - put correct prefix addresses into
Yet another DIS election fix from LIU Xin - update dis_record of
Remove usage of evil list and listnode typedefs.
* isisd.c: thread_master *master is already defined in isis_main.c.
Compile with gcc-4.0.
Compiler warnings fixes.
Compiler warnings fixes.
Fix compiler warning.
Compiler warnings fixes.
Compiler warning fix.
Brown paperbag please. Fix previous commit.
This code didn't survive valgrinding. I wonder how it survived normal run.
I think that it's better to report bugs into Bugzilla.
Merge svn revision 1048 from Zebra cvs. Also add missing sokopt.h include
Common router id.
New way to handle secondary addresses from Gilad Arnold.
Big vtysh cleanup. See changelogs for details.
Document stuff I broke today.
Every file includes it and warns about it.
First small part of lib cleanup. Mainly "constification" of arguments and
Remove dead files.
Even my time is limited :).
Number of warnings is down to 3 again in lib directory. A lot of const's
Make more strings const.
No warnings here any more.
Fix warnings. Didn't even look at files not compiled in Linux though.
Even more const strings and fix to bugfix.
Vtysh compiles cleanly as well.
paul (30):
2004-09-13 Paul Jakma <[email protected]>
2004-09-13 Paul Jakma <[email protected]>
2004-09-11 Paul Jakma <[email protected]>
2004-09-17 Paul Jakma <[email protected]>
2004-09-17 Paul Jakma <[email protected]>
2004-09-17 Paul Jakma <[email protected]>
2004-09-22 Paul Jakma <[email protected]>
2004-09-24 Paul Jakma <[email protected]>
2004-09-24 Paul Jakma <[email protected]>
forgot to commit changelog..
2004-09-24 Paul Jakma <[email protected]>
2004-09-24 Paul Jakma <[email protected]>
2004-09-24 Paul Jakma <[email protected]>
2004-09-27 Paul Jakma <[email protected]>
2004-09-27 Paul Jakma <[email protected]>
2004-09-27 Paul Jakma <[email protected]>
2004-09-27 Paul Jakma <[email protected]>
CVS ignores symlinks, but I recently updated update-autotools to have
* Wed Sep 15 2004 Paul Jakma <[email protected]>
2004-09-30 Paul Jakma <[email protected]>
2004-10-05 Paul Jakma <[email protected]>
2004-10-05 Paul Jakma <[email protected]>
2004-10-05 Paul Jakma <[email protected]>
2004-10-05 Paul Jakma <[email protected]>
2004-10-07 Paul Jakma <[email protected]>
- make specfile actually work
2004-10-07 Paul Jakma <[email protected]>
2004-10-07 Paul Jakma <[email protected]>
- ospfclient should be in -devel package, if anywhere.
2004-10-05 Paul Jakma <[email protected]>
---
lib/tcpfilter.c | 69 --------
lib/tcpfilter.h | 21 --
.cvsignore | 3
ChangeLog | 32 +++
NEWS | 12 +
bgpd/ChangeLog | 16 +
bgpd/bgp_aspath.c | 2
bgpd/bgp_network.c | 2
bgpd/bgp_nexthop.c | 4
bgpd/bgp_packet.c | 2
bgpd/bgp_vty.c | 10 -
bgpd/bgp_zebra.c | 92 +++-------
bgpd/bgpd.c | 40 ----
bgpd/bgpd.h | 1
configure.ac | 20 +-
doc/ChangeLog | 10 +
doc/install.texi | 2
doc/quagga.texi | 8
doc/vtysh.1 | 13 -
isisd/ChangeLog | 106 ++++++++++++
isisd/isis_adjacency.c | 6
isisd/isis_adjacency.h | 2
isisd/isis_circuit.c | 404 +++++++++++++----------------------------------
isisd/isis_csm.c | 4
isisd/isis_dr.c | 19 +-
isisd/isis_dr.h | 2
isisd/isis_events.c | 14 -
isisd/isis_events.h | 4
isisd/isis_lsp.c | 225 ++++++++------------------
isisd/isis_lsp.h | 9 -
isisd/isis_main.c | 4
isisd/isis_misc.c | 47 +++--
isisd/isis_misc.h | 25 --
isisd/isis_network.c | 6
isisd/isis_pdu.c | 94 +++++-----
isisd/isis_route.c | 12 -
isisd/isis_routemap.c | 2
isisd/isis_spf.c | 181 +++++++++++++--------
isisd/isis_spf.h | 2
isisd/isis_tlv.c | 13 -
isisd/isis_tlv.h | 16 +
isisd/isis_zebra.c | 50 +++--
isisd/isisd.c | 29 ++-
isisd/isisd.conf.sample | 16 -
isisd/iso_checksum.c | 63 +++----
lib/ChangeLog | 80 +++++++++
lib/Makefile.am | 2
lib/buffer.c | 2
lib/command.c | 171 +++++++++----------
lib/command.h | 19 +-
lib/distribute.c | 7
lib/filter.c | 18 +-
lib/filter.h | 2
lib/hash.c | 4
lib/if.c | 32 +--
lib/if.h | 4
lib/if_rmap.c | 5
lib/keychain.c | 43 ++---
lib/keychain.h | 8
lib/linklist.c | 8
lib/linklist.h | 11 -
lib/log.c | 15 +
lib/log.h | 6
lib/memory.c | 8
lib/memory.h | 4
lib/network.c | 2
lib/network.h | 2
lib/pid_output.c | 6
lib/plist.c | 4
lib/prefix.c | 48 +++--
lib/prefix.h | 56 +++---
lib/print_version.c | 2
lib/privs.h | 6
lib/routemap.c | 6
lib/sockopt.c | 44 ++++-
lib/sockopt.h | 9 +
lib/sockunion.c | 2
lib/thread.c | 79 ++++-----
lib/thread.h | 14 -
lib/version.h.in | 2
lib/vty.c | 25 +-
lib/vty.h | 2
lib/zclient.c | 36 ++++
lib/zclient.h | 5
lib/zebra.h | 40 ++++
ospf6d/ChangeLog | 25 ++
ospf6d/ospf6_abr.c | 12 -
ospf6d/ospf6_area.c | 14 -
ospf6d/ospf6_area.h | 2
ospf6d/ospf6_asbr.c | 8
ospf6d/ospf6_flood.c | 14 -
ospf6d/ospf6_interface.c | 26 +--
ospf6d/ospf6_interface.h | 2
ospf6d/ospf6_intra.c | 11 -
ospf6d/ospf6_lsa.c | 10 -
ospf6d/ospf6_message.c | 2
ospf6d/ospf6_neighbor.c | 6
ospf6d/ospf6_network.c | 1
ospf6d/ospf6_proto.c | 2
ospf6d/ospf6_proto.h | 2
ospf6d/ospf6_route.c | 16 +
ospf6d/ospf6_route.h | 1
ospf6d/ospf6_spf.c | 4
ospf6d/ospf6_spf.h | 2
ospf6d/ospf6_top.c | 12 -
ospf6d/ospf6_top.h | 2
ospf6d/ospf6_zebra.c | 20 ++
ospf6d/ospf6d.c | 32 +--
ospf6d/ospf6d.h | 2
ospfd/ChangeLog | 65 +++++++
ospfd/ospf_abr.c | 34 +--
ospfd/ospf_apiserver.c | 270 +++++++++++++------------------
ospfd/ospf_apiserver.h | 2
ospfd/ospf_ase.c | 32 +--
ospfd/ospf_dump.c | 18 --
ospfd/ospf_flood.c | 12 -
ospfd/ospf_ia.c | 10 -
ospfd/ospf_interface.c | 34 +--
ospfd/ospf_interface.h | 16 -
ospfd/ospf_ism.c | 20 +-
ospfd/ospf_lsa.c | 42 ++--
ospfd/ospf_neighbor.c | 4
ospfd/ospf_opaque.c | 378 ++++++++++++++++++++++---------------------
ospfd/ospf_opaque.h | 9 -
ospfd/ospf_packet.c | 228 ++++++++++++--------------
ospfd/ospf_packet.h | 2
ospfd/ospf_route.c | 28 +--
ospfd/ospf_route.h | 8
ospfd/ospf_snmp.c | 6
ospfd/ospf_spf.c | 53 +++---
ospfd/ospf_spf.h | 4
ospfd/ospf_te.c | 58 ++----
ospfd/ospf_vty.c | 66 +++----
ospfd/ospf_zebra.c | 47 +++--
ospfd/ospfd.c | 60 +-----
ospfd/ospfd.h | 20 +-
redhat/quagga.spec.in | 109 +++++++++---
ripd/ChangeLog | 14 +
ripd/rip_interface.c | 26 +--
ripd/ripd.c | 22 +-
ripngd/ChangeLog | 14 +
ripngd/ripng_interface.c | 14 -
ripngd/ripng_nexthop.c | 6
ripngd/ripngd.c | 41 ++--
update-autotools | 2
vtysh/ChangeLog | 45 +++++
vtysh/Makefile.am | 8
vtysh/extract.pl.in | 12 +
vtysh/vtysh.c | 306 +++++++++++++++++++++++++----------
vtysh/vtysh.conf.sample | 7
vtysh/vtysh.h | 6
vtysh/vtysh_config.c | 98 +++++------
vtysh/vtysh_main.c | 34 +--
zebra/ChangeLog | 71 ++++++++
zebra/Makefile.am | 4
zebra/connected.c | 27 +--
zebra/if_ioctl.c | 4
zebra/if_ioctl_solaris.c | 6
zebra/interface.c | 279 ++++++++++++++++++++++----------
zebra/interface.h | 9 -
zebra/irdp.h | 2
zebra/irdp_interface.c | 87 +++++-----
zebra/irdp_main.c | 81 ++++-----
zebra/irdp_packet.c | 146 +++++++++-------
zebra/main.c | 5
zebra/redistribute.c | 21 +-
zebra/router-id.c | 265 ++++++++++++++++++++++++++++++
zebra/router-id.h | 43 +++++
zebra/rt_netlink.c | 6
zebra/rtadv.c | 18 +-
zebra/zebra_rib.c | 4
zebra/zebra_vty.c | 2
zebra/zserv.c | 83 ++++++++-
zebra/zserv.h | 6
174 files changed, 3573 insertions(+), 2667 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn