Tag 'quagga_0_99_7_release' created by Paul Jakma <[email protected]> at
1970-01-01 00:00 -0800
Changes since quagga_0_99_6_release:
Andrew J. Schorr (17):
[PtP over ethernet] New peer flag allows much more addressing flexibility
[zebra] For solaris IPv6 PtP interfaces, try to support prefixlen != 128
[ospfd] Fix bug: should exit immediately on SIGTERM if OSPF not actually
running
[ospf6d] Fix string comparison bug in ospf6_lsa_handler_name.
[ospfd] Fix two debug messages that used inet_ntoa more than once
[ospfd] Return SNMP standard neighbor state values, not quagga internal
ones
[lib] Make message lookup function more robust.
[ripd] Fix "show ip rip status" display of time until next update
[doc] Makefile VPATH patch
[bgpd] Minor performance improvement patch
[ospfd] Fix bug in 'passive-interface default' behavior
[ripd, ripngd] Remove useless code in rip_vty_out_uptime function
[64-bit] Fix 4 problems with printf formats and 64-bit size_t
[logging] Add new "log timestamp precision" command for subsecond
timestamps
[logging] Add new "log timestamp precision" command for subsecond
timestamps
[logging] Add new "log timestamp precision" command for subsecond
timestamps
[logging] Minor performance tweak
David Young (3):
Only suppress adding a connected route to the kernel if it is
Note my change to zebra/connected.c.
Use 'path (category)' form.
Greg Troxel (10):
* README.NetBSD: use update-autotools instead of autoreconf
ospf6d.h: remove declaration of errno (should be via header)
Provide 'standard interface', even if it just invokes autoreconf.
use bootstrap.sh
remove crufty m4 files from 2004. With the files, autoheader (2.61)
add AC_PROC_SED
autoreconf -i
Better comment explaining that GNU awk is really required.
de-support NetBSD 1.6, and note that FreeBSD 4 is on thin ice.
use generic sed test so this works on autoconf 2.59
Paul Jakma (21):
[ospfd] Bug #330: SPF must consider that nexthop-calc may fail
[bgpd] Peer delete can race with reconfig leading to crash
[solaris] Add licence boilerplate to files for clarity
[zebra] IRDP should ignore non-IPv4 addresses
[ospfd] Fix regression in SPF introduced by bug#330 fixes
[zebra] Fix interface metric bug on BSD
[ospf6d] Bug 322: ospf6d show ipv6 neighbour showing wrong times
[ospfd] Instrument ospf_spf with more debug log messages
[ospfd] Bug #330 regression: failure to calculate routes through networks
[bgpd] bug #352: IPv6/Multicast address-family config not written out
[zebra] Bug #351: Don't redistribute routes to ipv4 link-local prefixes
[testzebra] stubs should call kernel_address_add on IP address install
[zebra] Retain configured IPv4 address upon removal by kernel
[bgpd] V. quick route flap gets mistaken for duplicate, route is then
ignored
[bgpd] Bug #354: Take care to keep reads of MP_(UN)REACH_NLRI in bounds
[zebra] MTU change should propogate to zserv client on BSD/Solaris
[zebra] Fix merge error in previous solaris changeset
[zebra/solaris] fix if_get_index passing wrong arg to lifreq_set_name
[bgpd] Fix warnings: hash callbacks should match hash API declarations
[bgpd] Use defines for default weight
[0.99] Version bump to 0.99.7
Vincent Jardin (2):
Fix the display of route timeout in "show ip rip". (Use
thread_timer_remain_second)
Fix the display of some timers. (show ipv6 ripng and show ipv6 ripng
status)
---
m4/argz.m4 | 43
m4/libtool.m4 | 5825 -----------------------------------------------
m4/ltdl.m4 | 516 ----
m4/ltoptions.m4 | 358 --
m4/ltsugar.m4 | 115
m4/ltversion.m4 | 15
ChangeLog | 33
INSTALL.quagga.txt | 36
README.NetBSD | 4
bgpd/ChangeLog | 83
bgpd/bgp_advertise.c | 12
bgpd/bgp_aspath.c | 24
bgpd/bgp_aspath.h | 2
bgpd/bgp_attr.c | 133 -
bgpd/bgp_attr.h | 7
bgpd/bgp_fsm.c | 16
bgpd/bgp_nexthop.c | 46
bgpd/bgp_route.c | 115
bgpd/bgpd.c | 10
bootstrap.sh | 7
configure.ac | 10
doc/ChangeLog | 9
doc/Makefile.am | 4
doc/basic.texi | 19
lib/ChangeLog | 73
lib/command.c | 39
lib/if.c | 47
lib/if.h | 34
lib/log.c | 133 -
lib/log.h | 20
lib/prefix.h | 7
lib/smux.c | 2
lib/vty.c | 35
lib/vty.h | 3
lib/zclient.c | 6
m4/ChangeLog | 5
m4/Makefile.am | 3
ospf6d/ChangeLog | 20
ospf6d/ospf6_lsa.c | 2
ospf6d/ospf6_neighbor.c | 2
ospf6d/ospf6_snmp.c | 12
ospf6d/ospf6d.h | 1
ospfd/ChangeLog | 83
ospfd/ospf_interface.c | 63
ospfd/ospf_lsa.c | 31
ospfd/ospf_snmp.c | 53
ospfd/ospf_spf.c | 176 -
ospfd/ospf_vty.c | 4
ospfd/ospf_zebra.c | 19
ospfd/ospfd.c | 30
ripd/ChangeLog | 25
ripd/rip_interface.c | 15
ripd/ripd.c | 35
ripngd/ChangeLog | 10
ripngd/ripngd.c | 22
solaris/ChangeLog | 5
solaris/quagga.init.in | 19
solaris/quagga.xml.in | 17
update-autotools | 8
vtysh/ChangeLog | 7
vtysh/vtysh.c | 26
zebra/ChangeLog | 98
zebra/connected.c | 134 -
zebra/connected.h | 2
zebra/if_ioctl.c | 81
zebra/if_ioctl_solaris.c | 60
zebra/if_proc.c | 2
zebra/interface.c | 56
zebra/ioctl.c | 3
zebra/ioctl_null.c | 18
zebra/ioctl_solaris.c | 12
zebra/irdp_main.c | 4
zebra/kernel_null.c | 19
zebra/kernel_socket.c | 11
zebra/redistribute.c | 6
zebra/redistribute.h | 2
zebra/router-id.c | 14
zebra/rt_netlink.c | 54
78 files changed, 1492 insertions(+), 7618 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn