Tag 'quagga_0_96_5_release' created by paul <paul> at 1970-01-01 00:00 -0800
Changes since import_isisd_sf_20031223:
gdt (15):
2003-12-23 Krzysztof Oledzki <[email protected]>
Really ripngd should either leave groups on down interfaces, or keep
2004-01-05 Greg Troxel <[email protected]>
Fix incorrect test in previous commit; thanks to Sowmini Varadhan for
move changelog section up higher.
increase buffer size for kernel reads
2004-01-05 Greg Troxel <[email protected]>
change perror to zlog_err
2004-01-08 Greg Troxel <[email protected]>
Explain the dual use of struct prefix for CIDR prefixes and
add an XXX at a point where ifindex_num is assumed to be one w/o
add some /* XXX assert() */ for questionable assumptions (no code
2004-03-16 David Young <[email protected]>
Require automake 1.7 or higher. Fixes problem reported by Gilad
add $Id:$ line, commented out
hasso (50):
*** empty log message ***
Changelog entry about isisd integration. Sorry about previous commit
Add .cvsignore
Some fixes to isisd done by me and Cougar in the spring of 2003. See
Remove generated file.
Fix some threads related problems [quagga-dev 591].
Make "(no) ip address x.x.x.x/x" commands work again in vtysh.
Fixing previous commit.
Yet another "set thread pointer to NULL during thread run" fix.
Threads usage cleanup. Still at least one bug to go.
Fix by Vadim Suraev - [zebra 14710] #6.
Don't crash when attempting to read path->oi->ifp if oi doesn't exist any
Added "ipv6 forwarding" command and fixed "no ipv6 forwarding" help.
Trivial fix from Bernd Leibing <[email protected]>
Report quagga bugs to quagga bugzilla.
Fix vty address handling and added pid file stuff.
Report quagga bugs to quagga bugzilla.
Zebra -> Quagga and reformatting.
Fix typo in comment.
"show ip rip" fix from Krzysztof Oledzki ([quagga-dev 437]).
[quagga-dev 489] - fix ripd version send by Krzysztof Oledzki.
Many warning fixes from PC Drew ([quagga-dev 940]) and removing using
PAGER
Fix warning. Approved by Amir.
Document VTYSH_PAGER and fix bugreporting address.
Fix help. "ipv6 ..." commands are for IPv6.
Fix bugreport URLs here as well.
Fix bugzilla #82.
From Sowmini fix for crash reported in [quagga-dev 929].
Temorary secondary-label fix. Real fix from Gilad will follow after
release.
Amir's fix case where opaque capability is switched "ON -> OFF -> ON".
Fix warning.
Fix segfault in ospfd - [quagga-dev 980].
*** empty log message ***
Fixing ospf6d as well and move Changelog entry from ospfd to general one.
Readded SIGTERM handling into sigevent stuff. Fixes bugzilla #85.
[quagga-dev 1005] bugzilla #86: ospf_recv_packet will fail on Solaris/x86
Vtysh fixes:
* Fixed lowering privileges in proc ipforward method.
[quagga-dev 1002]. Also fix date of previous commit in Chanelog.
Fix obviously wrong info in documentation.
Document summarizing and filtering ABR commands. Native speakers, please
Don't assume anything. I'm tired ...
****! What else I will discover while documenting this code? Remove
useless
Ooops. Check if area-id format is valid.
Fix debug message and make it conditional.
Fix typo to make it compile.
Update cease codes in bgp_debug.c file as well. Just update to patch from
Some ospfd fixes - [quagga-dev 1032], [quagga-dev 1048], [quagga-dev
1058].
Don't ignore reject/bh routes. Discussed with Paul in IRC.
More supported RFCs added.
jardin (7):
Initial revision
Merge isisd into the Quagga's framework:
Add comments about isisd integration.
2607/tcp is already used by ospfapi.
Let's use 2608/tcp for isisd.
Fix build on FreeBSD 4.7 and FreeBSD 5.1:
Exclude Makefile and Makefile.in
paul (25):
2003-12-30 Paul Jakma <[email protected]>
2003-12-30 Paul Jakma <[email protected]>
2004-01-08 Paul Jakma <[email protected]>
2004-01-09 Paul Jakma <[email protected]>
2004-01-10 Paul Jakma <[email protected]>
2004-01-15 Paul Jakma <[email protected]>
2004-01-19 Paul Jakma <[email protected]>
2004-01-19 Paul Jakma <[email protected]>
2004-01-19 Paul Jakma <[email protected]>
add appropriate cvsignore
2004-01-23 [email protected]
2004-02-17 Paul Jakma <[email protected]>
2004-02-17 Paul Jakma <[email protected]>
2004-02-18 Paul Jakma <[email protected]>
2004-02-19 Sowmini Varadhan <[email protected]>
2004-04-08 Paul Jakma <[email protected]>
2004-04-16 rivo nurges <[email protected]>
2004-04-21 Boris Kovalenko <[email protected]>
2004-05-01 Paul Jakma <[email protected]>
2004-05-01 rivo nurges <[email protected]>
2004-03-19 Jean-Yves Simon <[email protected]>
2004-05-03 Paul Jakma <[email protected]>
2004-05-03 Daniel Roesen <[email protected]>
2004-05-03 Paul Jakma <[email protected]>
2004-05-04 Andrew J. Schorr <[email protected]>
---
ChangeLog | 124
HACKING | 67
Makefile.am | 8
NEWS | 3
REPORTING-BUGS | 41
SERVICES | 2
bgpd/ChangeLog | 44
bgpd/bgp_debug.c | 4
bgpd/bgp_fsm.c | 5
bgpd/bgp_main.c | 70
bgpd/bgp_network.c | 25
bgpd/bgp_nexthop.c | 9
bgpd/bgp_route.c | 12
bgpd/bgp_route.h | 1
bgpd/bgp_vty.c | 2
bgpd/bgpd.c | 21
bgpd/bgpd.h | 6
configure.ac | 54
doc/bgpd.8 | 4
doc/install.texi | 2
doc/ospf6d.8 | 2
doc/ospfd.8 | 2
doc/ospfd.texi | 87
doc/overview.texi | 14
doc/ripd.8 | 2
doc/ripngd.8 | 2
doc/vtysh.1 | 8
doc/zebra.8 | 2
isisd/.cvsignore | 6
isisd/AUTHORS | 3
isisd/COPYING | 339 +
isisd/ChangeLog | 96
isisd/INSTALL-0.0.4 | 18
isisd/Makefile.am | 31
isisd/README | 20
isisd/TODO | 10
isisd/dict.c | 1496 +++++++
isisd/dict.h | 144
isisd/include-netbsd/clnp.h | 547 ++
isisd/include-netbsd/esis.h | 146
isisd/include-netbsd/iso.h | 208 +
isisd/isis_adjacency.c | 516 ++
isisd/isis_adjacency.h | 126
isisd/isis_circuit.c | 2162 +++++++++++
isisd/isis_circuit.h | 158
isisd/isis_common.h | 65
isisd/isis_constants.h | 154
isisd/isis_csm.c | 186
isisd/isis_csm.h | 47
isisd/isis_dr.c | 348 +
isisd/isis_dr.h | 42
isisd/isis_dynhn.c | 124
isisd/isis_dynhn.h | 42
isisd/isis_events.c | 321 +
isisd/isis_events.h | 54
isisd/isis_flags.c | 71
isisd/isis_flags.h | 58
isisd/isis_lsp.c | 2443 ++++++++++++
isisd/isis_lsp.h | 132
isisd/isis_main.c | 355 +
isisd/isis_misc.c | 463 ++
isisd/isis_misc.h | 96
isisd/isis_network.c | 637 +++
isisd/isis_network.h | 37
isisd/isis_pdu.c | 2455 +++++++++++++
isisd/isis_pdu.h | 257 +
isisd/isis_route.c | 615 +++
isisd/isis_route.h | 61
isisd/isis_routemap.c | 100
isisd/isis_spf.c | 1289 ++++++
isisd/isis_spf.h | 85
isisd/isis_tlv.c | 1015 +++++
isisd/isis_tlv.h | 268 +
isisd/isis_zebra.c | 596 +++
isisd/isis_zebra.h | 33
isisd/isisd.c | 2084 +++++++++++
isisd/isisd.conf.sample | 39
isisd/isisd.h | 146
isisd/iso_checksum.c | 192 +
isisd/iso_checksum.h | 29
isisd/modified/Makefile.am | 17
isisd/modified/Makefile.in | 462 ++
isisd/modified/README | 4
isisd/modified/acconfig.h | 162
isisd/modified/command.c | 2983 +++++++++++++++
isisd/modified/command.h | 311 +
isisd/modified/config.h.in | 368 +
isisd/modified/configure | 8277 ++++++++++++++++++++++++++++++++++++++++++++
isisd/modified/configure.in | 882 ++++
isisd/modified/log.c | 484 ++
isisd/modified/log.h | 129
isisd/modified/memory.c | 527 ++
isisd/modified/memory.h | 257 +
isisd/modified/rib.c | 3321 +++++++++++++++++
isisd/modified/thread.c | 713 +++
isisd/modified/thread.h | 141
isisd/modified/vty.c | 2786 ++++++++++++++
isisd/modified/zebra.h | 313 +
isisd/topology/Makefile.am | 23
isisd/topology/random.c | 154
isisd/topology/spacyc.c | 483 ++
isisd/topology/spgrid.c | 729 +++
isisd/topology/spgrid.h | 45
isisd/topology/sprand.c | 499 ++
lib/ChangeLog | 13
lib/Makefile.am | 5
lib/command.c | 4
lib/command.h | 3
lib/daemon.c | 2
lib/debug.c | 2
lib/keychain.c | 4
lib/log.c | 1
lib/log.h | 1
lib/memory.c | 34
lib/memory.h | 16
lib/prefix.c | 21
lib/prefix.h | 9
lib/print_version.c | 2
lib/sigevent.c | 147
lib/sigevent.h | 49
lib/smux.c | 2
lib/thread.c | 40
lib/thread.h | 3
lib/vty.c | 4
lib/zclient.c | 4
lib/zebra.h | 6
ospf6d/ospf6_asbr.c | 4
ospf6d/ospf6_damp.c | 8
ospf6d/ospf6_lsa.c | 2
ospf6d/ospf6_main.c | 8
ospf6d/ospf6d.h | 2
ospfclient/ospf_apiclient.c | 2
ospfd/ChangeLog | 55
ospfd/ospf_abr.c | 27
ospfd/ospf_flood.c | 1
ospfd/ospf_interface.c | 77
ospfd/ospf_interface.h | 37
ospfd/ospf_main.c | 75
ospfd/ospf_opaque.c | 27
ospfd/ospf_packet.c | 40
ospfd/ospf_route.c | 7
ospfd/ospf_spf.c | 23
ospfd/ospf_spf.h | 3
ospfd/ospf_vty.c | 11
ospfd/ospf_zebra.c | 26
ospfd/ospfd.c | 10
redhat/.cvsignore | 2
redhat/Makefile.am | 4
redhat/bgpd.init | 7
redhat/isisd.init | 61
redhat/ospf6d.init | 7
redhat/ospfd.init | 7
redhat/quagga.logrotate | 12
redhat/quagga.spec.in | 105
redhat/quagga.sysconfig | 11
redhat/ripd.init | 7
redhat/ripngd.init | 7
redhat/zebra.init | 7
ripd/ChangeLog | 32
ripd/rip_interface.c | 22
ripd/rip_main.c | 61
ripd/rip_zebra.c | 2
ripd/ripd.c | 475 +-
ripd/ripd.h | 3
ripngd/ChangeLog | 9
ripngd/ripng_interface.c | 12
ripngd/ripng_main.c | 61
ripngd/ripng_zebra.c | 2
tests/.cvsignore | 1
tests/test-sig.c | 52
vtysh/ChangeLog | 20
vtysh/Makefile.am | 8
vtysh/extract.pl | 1
vtysh/vtysh.c | 69
vtysh/vtysh.h | 6
vtysh/vtysh_config.c | 2
vtysh/vtysh_main.c | 24
zebra/ChangeLog | 49
zebra/interface.c | 27
zebra/ipforward_proc.c | 45
zebra/kernel_socket.c | 186
zebra/main.c | 61
zebra/rt_netlink.c | 10
zebra/rt_socket.c | 2
zebra/rtadv.c | 11
zebra/zebra_rib.c | 1
zebra/zebra_vty.c | 18
zebra/zserv.c | 46
188 files changed, 47263 insertions(+), 767 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn