Tag 'quagga_0_98_4_release' created by hasso <hasso> at 1970-01-01 00:00 -0800
Changes since quagga_0_98_3_release:
hasso (22):
* configure.ac: Add action for case of crosscompiling to the
* ospf_abr.c: (ospf_abr_announce_network_to_area) dont forget
* rip_interface.c (rip_interface_add): Need to call
* ospf_interface.c: [ospf_if_table_lookup] Fix a serious bug
* routemap.c: [rmap_onmatch_goto] fix crash if continue command
* 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
* isis_dr.c: Fix copy&paste error in isis_dr_resign().
* bgp_routemap.c: Stop leaking communities.
* bgpd.c: Don't crash while deleting bgp->groups or bgp->rsclient
* ospf6d.c: No need for double ';'. Fixes parsing "show ipv6 ospf6
Sync bgpd and ripd set_metric_addsub_cmd commands. Fixes bugzilla #192.
Backport Solaris packages stuff from HEAD as requested by Paul. It has no
* ospf_apiserver.c: Fix obvious error in notifying clients about ISM
* prefix.[ch]: New utility function - inet6_ntoa. Backport from HEAD
* rt_netlink.c (netlink_parse_info): Fix debug messages - nlmsg_pid is
* zebra_rib.c (rib_weed_table): cat rib_process on deleted nodes so
* configure.ac: Fix host string recognition for Solaris Nevada aka
* configure.ac: Unbreak compilation, solaris subdir needs $SED. It
* ospf_nsm.c: Make database exchange for NSSA database work.
Version bump to the 0.98.4.
paul (1):
2005-06-15 Paul Jakma <[email protected]>
---
ChangeLog | 35 ++++
Makefile.am | 6
bgpd/ChangeLog | 18 ++
bgpd/bgp_routemap.c | 9 +
bgpd/bgpd.c | 28 ++-
configure.ac | 38 +++--
doc/ChangeLog | 4
doc/quagga.info | 8 -
isisd/ChangeLog | 4
isisd/isis_dr.c | 2
lib/ChangeLog | 10 +
lib/prefix.c | 11 +
lib/prefix.h | 1
lib/routemap.c | 12 -
ospf6d/ChangeLog | 6
ospf6d/ospf6d.c | 6
ospfd/ChangeLog | 36 ++++
ospfd/ospf_abr.c | 1
ospfd/ospf_apiserver.c | 2
ospfd/ospf_interface.c | 14 +
ripd/ChangeLog | 21 ++
ripd/rip_interface.c | 3
ripd/rip_routemap.c | 8 -
solaris/.cvsignore | 14 +
solaris/ChangeLog | 77 ++++++++++
solaris/Makefile.am | 119 ++++++++++++++++
solaris/README.txt | 184 +++++++++++++++++++++++++
solaris/depend.daemons | 7
solaris/depend.dev | 1
solaris/depend.doc | 1
solaris/depend.libs | 5
solaris/depend.smf | 6
solaris/pkginfo.daemons.tmpl.in | 2
solaris/pkginfo.dev.tmpl.in | 3
solaris/pkginfo.doc.tmpl.in | 2
solaris/pkginfo.libs.tmpl.in | 2
solaris/pkginfo.smf.tmpl.in | 2
solaris/pkginfo.tmpl.in | 10 +
solaris/prototype.daemons.in | 20 ++
solaris/prototype.dev.in | 57 +++++++
solaris/prototype.doc.in | 17 ++
solaris/prototype.libs.in | 13 +
solaris/prototype.smf.in | 8 +
solaris/quagga.init.in | 123 ++++++++++++++++
solaris/quagga.xml.in | 293 ++++++++++++++++++++++++++++++++++++++++
zebra/ChangeLog | 15 ++
zebra/rt_netlink.c | 229 ++++++++++++++++++++++---------
zebra/zebra_rib.c | 3
48 files changed, 1383 insertions(+), 113 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn