Tag 'post_bgp_workqueus' created by paul <paul> at 1970-01-01 00:00 -0800
Changes since nonblocking_zclient_after:
ajs (8):
2005-04-16 Andrew J. Schorr <[email protected]>
2005-04-22 Andrew J. Schorr <[email protected]>
2005-04-22 Andrew J. Schorr <[email protected]>
2005-04-22 Andrew J. Schorr <[email protected]>
2005-04-26 Andrew J. Schorr <[email protected]>
2005-04-27 Andrew J. Schorr <[email protected]>
2005-04-27 Andrew J. Schorr <[email protected]>
2005-05-11 Andrew J. Schorr <[email protected]>
hasso (12):
* isis_adjacency.c: Fix typo introduced with listloop cleanup.
* sockunion.c: Fix warning message.
* bgpd.c: Fix obvious (routeserver patch) merge error. This makes "no
* rip_routemap.c: Make "match interface" routemap command match both -
* rip_routemap.c: In case of '0.0.0.0' used as 'nexthop', use sender
* bgpd.c: Don't crash while deleting list of peer-groups.
* isis_dr.c: Fix copy&paste error in isis_dr_resign().
* bgpd.c: Deleting bgp->rsclient list needs fix similar to pree-groups
* bgp_routemap.c: Stop leaking communities.
Sync bgpd and ripd set_metric_addsub_cmd commands. Fixes bugzilla #192.
Ignore generated prototype.smf.
* ospf6d.c: No need for double ';'. Fixes parsing "show ipv6 ospf6
jardin (1):
There is no RIPv3. It is a RIPng (by the way for your information, the
version of RIPng is v1).
paul (69):
2005-04-11 Paul Jakma <[email protected]>
2004-05-13 Paul Jakma <[email protected]>
- add changelog
2005-04-13 Paul Jakma <[email protected]>
2005-04-15 Paul Jakma <[email protected]>
2005-04-15 Zhipeng Gong <[email protected]>
2005-04-15 Paul Jakma <[email protected]>
2005-04-15 Paul Jakma <[email protected]>
2005-04-16 Paul Jakma <[email protected]>
2005-04-16 Paul Jakma <[email protected]>
2004-05-19 Paul Jakma <[email protected]>
2005-04-20 Paul Jakma <[email protected]>
2005-04-21 Paul Jakma <[email protected]>
2004-05-21 Paul Jakma <[email protected]>
- bah, commit changelog
2005-04-22 Paul Jakma <[email protected]>
2004-05-22 Paul Jakma <[email protected]>
2004-05-22 Paul Jakma <[email protected]>
- fix comment
2005-04-22 Paul Jakma <[email protected]>
2005-04-25 Paul Jakma <[email protected]>
2005-04-25 Paul Jakma <[email protected]>
2005-04-25 Paul Jakma <[email protected]>
- arg, fix the missing slash. Beat myself with the diff of the last commit
2005-04-25 Paul Jakma <[email protected]>
- make various defines conditional, so that they can be specified from
2005-04-25 Paul Jakma <[email protected]>
- forgot to commit changelog, belongs to previous commit.
2004-05-25 Paul Jakma <[email protected]>
- build isisd per default
2005-04-26 Paul Jakma <[email protected]>
2005-04-27 Paul Jakma <[email protected]>
2005-04-27 Paul Jakma <[email protected]>
2005-04-28 Paul Jakma <[email protected]>
2005-04-28 Paul Jakma <[email protected]>
2005-04-28 Paul Jakma <[email protected]>
2005-04-28 Paul Jakma <[email protected]>
2005-04-29 Paul Jakma <[email protected]>
2005-04-29 Paul Jakma <[email protected]>
2005-05-03 Paul Jakma <[email protected]>
2005-05-03 Paul Jakma <[email protected]>
2005-05-06 Paul Jakma <[email protected]>
2005-05-06 Paul Jakma <[email protected]>
2005-05-06 Paul Jakma <[email protected]>
2005-05-07 Yar Tikhiy <[email protected]>
2005-05-11 Paul Jakma <[email protected]>
2005-05-13 Paul Jakma <[email protected]>
2005-05-13 Paul Jakma <[email protected]>
- Forgot to commit ChangeLog
2005-05-13 Paul Jakma <[email protected]>
- revert the commenting of touch doc/quagga.info, wont work because
2005-05-15 Paul Jakma <[email protected]>
2005-05-19 Paul Jakma <[email protected]>
2005-05-19 Paul Jakma <[email protected]>
2005-05-19 Paul Jakma <[email protected]>
2005-05-19 Paul Jakma <[email protected]>
2005-05-19 Paul Jakma <[email protected]>
2005-05-19 Paul Jakma <[email protected]>
2005-05-23 Paul Jakma <[email protected]>
2005-05-23 Paul Jakma <[email protected]>
2005-05-23 Paul Jakma <[email protected]>
2005-05-23 Paul Jakma <[email protected]>
2005-05-23 Paul Jakma <[email protected]>
2005-05-24 Paul Jakma <[email protected]>
2005-05-25 Paul Jakma <[email protected]>
2005-05-26 Paul Jakma <[email protected]>
2005-05-29 Paul Jakma <[email protected]>
2005-05-31 Paul Jakma <[email protected]>
2005-06-01 Paul Jakma <[email protected]>
---
solaris/bgpd.xml.in | 115 ----------
solaris/ospf6d.xml.in | 108 ---------
solaris/ospfd.xml.in | 114 ----------
solaris/ripd.xml.in | 114 ----------
solaris/ripngd.xml.in | 115 ----------
solaris/zebra.xml.in | 111 ---------
ChangeLog | 28 ++
HACKING | 28 ++
NEWS | 24 ++
bgpd/ChangeLog | 140 ++++++++++++
bgpd/bgp_advertise.c | 24 +-
bgpd/bgp_advertise.h | 38 ---
bgpd/bgp_aspath.h | 5
bgpd/bgp_attr.h | 5
bgpd/bgp_clist.h | 5
bgpd/bgp_community.h | 5
bgpd/bgp_damp.c | 9
bgpd/bgp_damp.h | 5
bgpd/bgp_debug.h | 5
bgpd/bgp_dump.h | 5
bgpd/bgp_ecommunity.h | 5
bgpd/bgp_filter.h | 5
bgpd/bgp_fsm.c | 81 +++----
bgpd/bgp_fsm.h | 85 ++++++-
bgpd/bgp_mplsvpn.h | 5
bgpd/bgp_network.c | 6
bgpd/bgp_network.h | 5
bgpd/bgp_nexthop.c | 16 -
bgpd/bgp_nexthop.h | 5
bgpd/bgp_open.h | 5
bgpd/bgp_packet.c | 48 +---
bgpd/bgp_packet.h | 5
bgpd/bgp_regex.h | 5
bgpd/bgp_route.c | 439 ++++++++++++++++++++++++++++-----------
bgpd/bgp_route.h | 17 +
bgpd/bgp_routemap.c | 29 +-
bgpd/bgp_snmp.h | 5
bgpd/bgp_table.h | 8
bgpd/bgp_vty.c | 12 -
bgpd/bgp_vty.h | 5
bgpd/bgp_zebra.h | 5
bgpd/bgpd.c | 188 ++++++++++++----
bgpd/bgpd.h | 21 +
configure.ac | 44 +++
doc/ChangeLog | 27 ++
doc/Makefile.am | 4
doc/bgpd.8 | 4
doc/defines.texi.in | 2
doc/isisd.8 | 4
doc/ospf6d.8 | 4
doc/ospfd.8 | 4
doc/quagga.info | 312 ++++++++++++++--------------
doc/quagga.texi | 8
doc/ripd.8 | 4
doc/ripngd.8 | 4
doc/zebra.8 | 4
isisd/ChangeLog | 48 ++++
isisd/isis_adjacency.c | 2
isisd/isis_dr.c | 2
isisd/isis_lsp.c | 30 --
isisd/isis_network.c | 27 --
isisd/isis_pdu.c | 7
isisd/isis_tlv.c | 4
isisd/isisd.c | 6
isisd/topology/Makefile.am | 2
lib/ChangeLog | 284 +++++++++++++++++++++++++
lib/Makefile.am | 11
lib/buffer.c | 9
lib/buffer.h | 6
lib/checksum.c | 4
lib/command.c | 17 -
lib/command.h | 42 +--
lib/distribute.c | 27 +-
lib/distribute.h | 20 -
lib/filter.c | 62 ++---
lib/filter.h | 12 -
lib/getopt.c | 2
lib/getopt.h | 6
lib/getopt1.c | 1
lib/hash.c | 9
lib/hash.h | 24 +-
lib/if.c | 28 +-
lib/if.h | 52 ++--
lib/if_rmap.c | 34 +--
lib/if_rmap.h | 12 -
lib/jhash.h | 10
lib/keychain.c | 77 +++---
lib/keychain.h | 10
lib/linklist.c | 4
lib/linklist.h | 28 +-
lib/log.h | 42 +--
lib/md5.c | 30 --
lib/memory.c | 212 +------------------
lib/memory.h | 247 ++--------------------
lib/memtypes.awk | 68 ++++++
lib/memtypes.c | 252 ++++++++++++++++++++++
lib/memtypes.h | 194 +++++++++++++++++
lib/network.h | 4
lib/plist.c | 26 +-
lib/plist.h | 29 +-
lib/pqueue.c | 2
lib/pqueue.h | 10
lib/prefix.c | 10
lib/prefix.h | 83 +++----
lib/privs.h | 6
lib/routemap.c | 48 ++--
lib/routemap.h | 56 ++---
lib/sigevent.c | 4
lib/sigevent.h | 4
lib/smux.h | 23 +-
lib/sockopt.c | 14 -
lib/sockopt.h | 31 +-
lib/sockunion.c | 18 -
lib/sockunion.h | 54 ++--
lib/str.h | 11
lib/stream.c | 38 +++
lib/stream.h | 108 +++++----
lib/table.c | 10
lib/table.h | 30 +-
lib/thread.c | 479 +++++++++++++++++++++++--------------------
lib/thread.h | 102 ++++++---
lib/vector.h | 26 +-
lib/vty.c | 19 +
lib/vty.h | 67 ++++--
lib/workqueue.c | 372 +++++++++++++++++++++++++++++++++
lib/workqueue.h | 118 ++++++++++
lib/zclient.c | 3
lib/zclient.h | 36 +--
lib/zebra.h | 3
ospf6d/ChangeLog | 6
ospf6d/ospf6d.c | 6
ospfclient/ChangeLog | 5
ospfclient/Makefile.am | 2
ospfd/ChangeLog | 83 +++++++
ospfd/ospf_abr.c | 78 +++----
ospfd/ospf_abr.h | 55 ++--
ospfd/ospf_api.h | 98 ++++----
ospfd/ospf_apiserver.c | 12 -
ospfd/ospf_apiserver.h | 112 +++++-----
ospfd/ospf_asbr.c | 2
ospfd/ospf_asbr.h | 28 +-
ospfd/ospf_ase.c | 14 -
ospfd/ospf_ase.h | 29 +-
ospfd/ospf_dump.c | 28 +-
ospfd/ospf_dump.h | 20 -
ospfd/ospf_flood.c | 6
ospfd/ospf_flood.h | 80 +++----
ospfd/ospf_ia.c | 18 -
ospfd/ospf_ia.h | 5
ospfd/ospf_interface.c | 32 +-
ospfd/ospf_interface.h | 112 +++++-----
ospfd/ospf_ism.c | 42 +--
ospfd/ospf_ism.h | 16 -
ospfd/ospf_lsa.c | 86 +++----
ospfd/ospf_lsa.h | 144 ++++++------
ospfd/ospf_lsdb.c | 2
ospfd/ospf_lsdb.h | 32 +-
ospfd/ospf_main.c | 8
ospfd/ospf_neighbor.c | 2
ospfd/ospf_neighbor.h | 37 +--
ospfd/ospf_network.c | 16 -
ospfd/ospf_network.h | 16 -
ospfd/ospf_nsm.c | 36 +--
ospfd/ospf_nsm.h | 39 +--
ospfd/ospf_opaque.c | 156 +++++---------
ospfd/ospf_opaque.h | 36 +--
ospfd/ospf_packet.c | 136 ++++--------
ospfd/ospf_packet.h | 63 ++---
ospfd/ospf_route.c | 12 -
ospfd/ospf_route.h | 76 +++---
ospfd/ospf_routemap.c | 60 ++---
ospfd/ospf_snmp.h | 8
ospfd/ospf_spf.c | 42 +--
ospfd/ospf_spf.h | 4
ospfd/ospf_te.c | 2
ospfd/ospf_vty.c | 116 +++++-----
ospfd/ospf_vty.h | 42 ---
ospfd/ospf_zebra.c | 32 +-
ospfd/ospf_zebra.h | 52 ++--
ospfd/ospfd.c | 33 +-
ospfd/ospfd.h | 113 +++++-----
redhat/quagga.spec.in | 45 ++--
ripd/ChangeLog | 27 ++
ripd/rip_interface.c | 3
ripd/rip_routemap.c | 8
ripd/ripd.c | 5
solaris/.cvsignore | 12 -
solaris/ChangeLog | 37 +++
solaris/Makefile.am | 13 -
solaris/depend.smf | 6
solaris/pkginfo.smf.tmpl.in | 2
solaris/prototype.daemons.in | 10
solaris/prototype.doc.in | 2
solaris/prototype.smf.in | 8
solaris/quagga.init.in | 18 -
solaris/quagga.xml.in | 323 ++++++++++++++++++++++++++++
tests/.cvsignore | 3
tests/ChangeLog | 35 +++
tests/Makefile.am | 14 -
tests/heavy-thread.c | 145 +++++++++++++
tests/heavy-wq.c | 178 +++++++++++++++
tests/heavy.c | 111 +++++++++
tests/main.c | 199 +++++++++++++++++
tests/test-buffer.c | 35 +++
tests/test-memory.c | 103 +++++++++
zebra/ChangeLog | 44 +++
zebra/rib.h | 3
zebra/zebra_rib.c | 397 ++++++++++++++++++++++-------------
zebra/zserv.c | 45 ++--
zebra/zserv.h | 6
210 files changed, 6506 insertions(+), 3862 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn