Tag 'quagga_0_99_8_release' created by Paul Jakma <[email protected]> at
1970-01-01 00:00 -0800
Changes since quagga_0_99_7_release:
Andrew J. Schorr (7):
[ospfd] network command now behaves more logically when a peer prefix is
defined
[build] Improve portability by invoking gcc with -std=gnu99 instead of
-std=c99
[PtP] Fix BSD problems with PtP interfaces: must treat RTA_BRD as peer
address
[zebra] Trivial patches so we can compile when IPv6 is not enabled
[linux] Fix strange compilation problem by explicitly including
<linux/types.h>
[ospf6d] Fix silly bug: muse use strcmp to compare strings
[lib] Add comments regarding setsockopt_multicast_ipv4 arguments.
Hasso Tepper (1):
2007-06-25 Hasso Tepper <[email protected]>
Paul Jakma (15):
[zebra] Routemap support on received routes, with 'set src' command
(linux)
[zebra] Add zebra_routemap.c
[bgpd] Trim memory usage of BGP routes
[ospfd] Bug #330 regression: Fix ospf_spf_add_parent assert
[autoconf] bugs 162,303,178: Fix 'present but can not be compiled'
warnings
[ospfd] Fix address qualified 'ip ospf auth' commands
[autoconf] add back check for inet_aton
[autoconf] GNU_SOURCE can be defined twice, through AC_FUNC_STRNLEN
[autoconf] Fix missing space character in previous commit
[bgpd] bug #370, default-originate was broken by a silly thinko
[vtysh] bug #371: vtysh forgets to print 'end' for write-terminal
[build] configure needs to check for struct icmphdr for IRDP
[bgpd] bug #368: Fix possible loop between peers going Idle<->OpenSent
[zebra] rib loop check for RIB_ENTRY_REMOVED checks wrong var
2007-07-27 Paul Jakma <[email protected]>
---
ChangeLog | 50 +++
bgpd/ChangeLog | 40 ++
bgpd/Makefile.am | 2
bgpd/bgp_attr.c | 385 +++++++++++++++--------
bgpd/bgp_attr.h | 59 ++-
bgpd/bgp_damp.c | 32 +
bgpd/bgp_debug.c | 39 +-
bgpd/bgp_fsm.c | 6
bgpd/bgp_network.c | 8
bgpd/bgp_nexthop.c | 40 +-
bgpd/bgp_packet.c | 20 -
bgpd/bgp_route.c | 466 ++++++++++++++++++----------
bgpd/bgp_route.h | 37 +-
bgpd/bgp_routemap.c | 53 +--
bgpd/bgp_snmp.c | 10
bgpd/bgp_vty.c | 10
bgpd/bgp_zebra.c | 26 -
configure.ac | 471 +++++++++++++++--------------
doc/ChangeLog | 11
doc/main.texi | 53 +++
doc/ospfd.texi | 7
isisd/isis_circuit.c | 6
lib/ChangeLog | 32 +
lib/command.h | 1
lib/if.h | 4
lib/log.c | 14
lib/memtypes.c | 4
lib/routemap.c | 22 -
lib/routemap.h | 3
lib/smux.c | 4
lib/sockopt.c | 5
lib/sockopt.h | 7
lib/sockunion.c | 16
lib/vty.c | 4
lib/zclient.c | 12
lib/zebra.h | 12
ospf6d/ChangeLog | 5
ospf6d/ospf6_lsa.c | 2
ospfclient/ospf_apiclient.c | 12
ospfd/ChangeLog | 24 +
ospfd/ospf_packet.c | 4
ospfd/ospf_spf.c | 22 -
ospfd/ospf_vty.c | 8
ospfd/ospfd.c | 2
ripd/ripd.c | 12
vtysh/ChangeLog | 13
vtysh/extract.pl.in | 6
vtysh/vtysh.c | 6
vtysh/vtysh.h | 2
watchquagga/watchquagga.c | 6
zebra/ChangeLog | 61 +++
zebra/Makefile.am | 2
zebra/connected.c | 4
zebra/interface.c | 8
zebra/ioctl.c | 28 -
zebra/kernel_socket.c | 60 ++-
zebra/main.c | 2
zebra/rib.h | 33 --
zebra/rt_ioctl.c | 32 -
zebra/rt_netlink.c | 84 ++++-
zebra/rt_socket.c | 16
zebra/rtadv.c | 8
zebra/rtadv.h | 6
zebra/rtread_getmsg.c | 2
zebra/rtread_proc.c | 2
zebra/zebra_rib.c | 59 ++-
zebra/zebra_routemap.c | 711 ++++++++++++++++++++++++++++++++++++++++++++
zebra/zebra_vty.c | 165 ++++++++++
zebra/zserv.c | 17 -
zebra/zserv.h | 1
70 files changed, 2536 insertions(+), 860 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn