Tag 'quagga_pre_listloop_cleanup' created by hasso <hasso> at 1970-01-01 00:00
-0800
Changes since nonblocking_zserv_after:
ajs (17):
2005-03-13 Andrew J. Schorr <[email protected]>
2005-03-16 Andrew J. Schorr <[email protected]>
2005-03-29 Andrew J. Schorr <[email protected]>
2005-03-29 Andrew J. Schorr <[email protected]>
2005-03-29 Andrew J. Schorr <[email protected]>
2005-03-30 Andrew J. Schorr <[email protected]>
2005-03-31 Andrew J. Schorr <[email protected]>
2005-04-02 Andrew J. Schorr <[email protected]>
2005-04-02 Andrew J. Schorr <[email protected]>
2005-04-02 Andrew J. Schorr <[email protected]>
2005-04-02 Andrew J. Schorr <[email protected]>
2005-04-02 Andrew J. Schorr <[email protected]>
2005-04-02 Andrew J. Schorr <[email protected]>
2005-04-02 Andrew J. Schorr <[email protected]>
2005-04-02 Andrew J. Schorr <[email protected]>
2005-04-02 Andrew J. Schorr <[email protected]>
2005-04-02 Andrew J. Schorr <[email protected]>
hasso (20):
* interface.c: Fix CRC and frame errors statistics in Linux.
* if_proc.c, ipforward_proc.c, rtread_proc.c: Fix fd leaks.
* command.c: host.name might be NULL.
* isis_spf.c: host.name might be NULL.
* vtysh_config.c: Move password commands to the AAA_NODE. It
* zebra/interaface.c: "show interface description" command
* bgp_route.c: Don't crash while clearing route tables if there is
* ospfd.h: Include log.h, fixes compile with gcc-4.0.
* doc/defines.texi.in, lib/version.h.in: Update copyright string to
Trying to finish previous commit ...
* configure.ac: Add Intel compiler (icc) support. Although Intel
* ospf_snmp.c: Don't crash in snmp query if ospf instance doesn't
* configure.ac: Fix most of "Presents But Cannot Compiled" warnings
* configure.ac, */Makefile.am: Fix previous commit. SNMP includes
* extract.pl.in: Use SNMP_INCLUDES to avoid warnings if compiling with
* rt_netlink.c (netlink_talk_filter): Show always warning message,
* configure.ac: Add --enable-isis-topology to enable isisd topology
* configure.ac: Use AC_RUN_IFELSE instead of obsolete AC_TRY_RUN macro
* configure.ac: Fix AC_LANG_SOURCE usage. It needs double square
* lib/prefix.[hc]: inet6_ntoa utility function copied from
jardin (1):
Fix segfault when ospf6_create() is not called yet.
paul (20):
2005-03-08 Jeroen Massar <[email protected]>
2005-03-08 Paul Jakma <[email protected]>
2005-03-08 Paul Jakma <[email protected]>
2005-03-08 Paul Jakma <[email protected]>
2005-03-09 Paul Jakma <[email protected]>
2005-03-09 Paul Jakma <[email protected]>
2005-03-12 Paul Jakma <[email protected]>
2005-03-12 Paul Jakma <[email protected]>
2005-03-14 Paul Jakma <[email protected]>
2005-03-14 Paul Jakma <[email protected]>
2005-03-14 Paul Jakma <[email protected]>
2005-04-02 Paul Jakma <[email protected]>
2005-04-02 Paul Jakma <[email protected]>
2005-04-02 Paul Jakma <[email protected]>
2005-04-02 Paul Jakma <[email protected]>
2005-04-02 Paul Jakma <[email protected]>
2004-04-05 Paul Jakma <[email protected]>
2005-04-05 Paul Jakma <[email protected]>
2005-04-05 Paul Jakma <[email protected]>
2005-04-05 Paul Jakma <[email protected]>
vincent (2):
2005-03-25 Jean-Mickael Guerin <[email protected]>
2005-03-25 Jean-Mickael Guerin <[email protected]>
---
doc/fig-normal-processing.eps | 1430 -------------
doc/fig-rs-processing.eps | 4305 ------------------------------------------
doc/fig_topologies_full.eps | 571 -----
doc/fig_topologies_rs.eps | 545 -----
ChangeLog | 72
HACKING | 7
INSTALL.quagga.txt | 6
bgpd/ChangeLog | 10
bgpd/Makefile.am | 2
bgpd/bgp_route.c | 4
bgpd/bgp_zebra.c | 1
configure.ac | 118 -
doc/.cvsignore | 1
doc/ChangeLog | 33
doc/Makefile.am | 63
doc/defines.texi.in | 2
doc/fig-normal-processing.dia | 1738 ++++++++++++++++
doc/fig-normal-processing.png |binary
doc/fig-rs-processing.dia | 4239 +++++++++++++++++++++++++++++++++++++++++
doc/fig-rs-processing.png |binary
doc/fig_topologies_full.dia | 533 +++++
doc/fig_topologies_full.png |binary
doc/fig_topologies_rs.dia | 499 ++++
doc/fig_topologies_rs.png |binary
doc/ipv6.texi | 51
doc/quagga.info | 412 ++--
doc/routeserver.texi | 8
isisd/ChangeLog | 26
isisd/Makefile.am | 7
isisd/isis_lsp.c | 2
isisd/isis_spf.c | 3
isisd/isis_zebra.c | 21
isisd/isisd.c | 10
isisd/isisd.h | 3
isisd/topology/Makefile.am | 2
lib/ChangeLog | 140 +
lib/Makefile.am | 2
lib/command.c | 904 ++++----
lib/command.h | 3
lib/if.c | 152 -
lib/if.h | 54
lib/prefix.c | 11
lib/prefix.h | 2
lib/routemap.c | 4
lib/str.c | 81
lib/str.h | 6
lib/vector.c | 26
lib/vector.h | 9
lib/version.h.in | 2
lib/vty.c | 50
lib/zclient.c | 11
lib/zebra.h | 16
ospf6d/ChangeLog | 26
ospf6d/Makefile.am | 2
ospf6d/ospf6_interface.c | 14
ospf6d/ospf6_interface.h | 1
ospf6d/ospf6_lsa.c | 12
ospf6d/ospf6_route.c | 10
ospf6d/ospf6_zebra.c | 31
ospfd/ChangeLog | 67
ospfd/Makefile.am | 2
ospfd/ospf_dump.c | 6
ospfd/ospf_interface.c | 23
ospfd/ospf_interface.h | 4
ospfd/ospf_lsa.c | 9
ospfd/ospf_packet.c | 21
ospfd/ospf_snmp.c | 3
ospfd/ospf_vty.c | 35
ospfd/ospf_zebra.c | 29
ospfd/ospfd.h | 1
ripd/ChangeLog | 5
ripd/Makefile.am | 2
ripd/rip_interface.c | 13
ripngd/ChangeLog | 12
ripngd/Makefile.am | 2
ripngd/ripng_interface.c | 15
ripngd/ripng_peer.c | 2
ripngd/ripngd.c | 99
ripngd/ripngd.h | 2
vtysh/ChangeLog | 12
vtysh/extract.pl.in | 2
vtysh/vtysh.c | 4
vtysh/vtysh_config.c | 15
zebra/ChangeLog | 108 +
zebra/Makefile.am | 2
zebra/if_ioctl.c | 8
zebra/if_ioctl_solaris.c | 4
zebra/if_proc.c | 3
zebra/interface.c | 117 -
zebra/interface.h | 45
zebra/ipforward_proc.c | 1
zebra/irdp.h | 13
zebra/irdp_interface.c | 69
zebra/irdp_main.c | 48
zebra/irdp_packet.c | 11
zebra/kernel_socket.c | 26
zebra/rt_netlink.c | 58
zebra/rtadv.c | 369 +++
zebra/rtadv.h | 44
zebra/rtread_proc.c | 2
zebra/zebra_rib.c | 2
zebra/zserv.c | 21
102 files changed, 9597 insertions(+), 8032 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn